I am currently building a Windows Service with C# and I just can\'t figure out how to debug it.
I am building it and then registering with installutil
installutil
Upon further research, I realized that I had no Installer attached to the service, so the problem was now fixed by adding an Installer.
Here is the tutorial I used to add a Service Installer and so on.