Discussion:
Windows services compatibility issue in windows 10
(too old to reply)
Zidan soft
2016-12-11 09:22:18 UTC
Permalink
Hi,
I have an existing windows service application which is working fine in windows 7 for past 6 years, giving the issue in windows 10 enterprise platforms.
CoResumeClassObjects always fail with this error message "The array bounds are invalid. "
I tried to call RegisterClassObjects in different places before this call, but all are vain any help really appreciable
David Lowndes
2016-12-11 09:42:34 UTC
Permalink
Post by Zidan soft
I have an existing windows service application which is working fine in windows 7 for past 6 years, giving the issue in windows 10 enterprise platforms.
CoResumeClassObjects always fail with this error message "The array bounds are invalid. "
I tried to call RegisterClassObjects in different places before this call, but all are vain any help really appreciable
Can you reproduce this problem with a simple project that you can
share publicly?

Dave

Loading...