G
Guest
I have a Windows Service. When I start the service from the Services window,
it indicates that the service started, but does not execute.
When I debug with a public method of Service1 that starts my thread (
_MyThread.Start(); ), then it executes, but not when I start from the
Services window.
it indicates that the service started, but does not execute.
When I debug with a public method of Service1 that starts my thread (
_MyThread.Start(); ), then it executes, but not when I start from the
Services window.