I am trying to use the Topshelf application for hosting Topshelf.Host.exe to run my .NET class library as a Windows service. http://topshelf-project.com/documentation/shelving/
I am having trouble connecting a debugger inside VS2010. Here is what I installed
- Topshelf.Host.exe in c: \ projects
- building a classlibrary service for c: \ projects \ Services \ library-name \
- Topshelf.Host.exe works as an external class library application for debugging
With the launch of F5 / Topshelf.Host.exe starts, but it does not seem to pick up and load my class. Any ideas or best ways to install debugging?
kenny source share