A service project created in Visual Studio cannot be directly started in the debugger. A small tweak enables direct running of the service and gets rid of the need to deploy the service to test it. From the first time I tried developing a Windows Service in C++ back in the good old days before… Continue reading Debugging a Windows Service Project