I'm just getting started on my first Windows Service in C#. I've found some nice tutorials, and following those I've created a "Windows Service (.NET Framework)" project. However, the first question I have is how debugging is done on these types of projects? It initially looks like I have to compile and install the service every time I want to test my code. There doesn't seem to be any way to run the code in the IDE for testing because it's a service.
Am I missing something, or is there any way around this? Any info would be appreciated.
Am I missing something, or is there any way around this? Any info would be appreciated.