Debug C# Windows Service
- by Goober
Scenario
I've got a windows service written in C#.
I've read all the google threads on how to debug it, but I still can't get it to work.
I've run "PathTo.NetFramework\InstallUtil.exe C:\MyService.exe"........It said the install was successful, however when I run "Services.msc", The service isn't displayed at all, anywhere. If I go into Task Manager, there is a process called "MyService.vshost.exe".....pretty sure that's not it, because it's a service, not a process........Any suggestions and/or help?
Greatly appreciated.
Other
I'm running VS2008.