Hello
I have made a windows service in C#
When I stop the service under Computer Management | Services I get an error that the service could not be stopped. This occurs not all the time.
While debugging no exceptions seems to appear, so Im having a hard time figuring out whats wrong.
Is there a way to detect where an error occurs on a high level?
help appreciated
I have made a windows service in C#
When I stop the service under Computer Management | Services I get an error that the service could not be stopped. This occurs not all the time.
While debugging no exceptions seems to appear, so Im having a hard time figuring out whats wrong.
Is there a way to detect where an error occurs on a high level?
help appreciated
Comment