Monday, October 22, 2018

Error 1053: The service did not respond to the start or control request in a timely fashion.

I got this error by using the code to debug a Windows Service as if it were a console app as suggested here. Maybe I could get away with that back in Visual Studio 2013 and now I cannot in Visual Studio 2017. Also, while I am on this subject, if you try to install a service out of a bin/Debug folder as I suggest here, and you have success, you will not be able to rebuild your solution in Visual Studio 2017 as you will be unable to overwrite what is in the bin/Debug folder.

No comments:

Post a Comment