Debugging windows service without consuming code from another app
- by dotnetdev
Hi,
Is it possible to debug a windows service or class library without consuming the code in a launchable app? There is a thread about doing this, but the techniques don't work and keep saying "Cannot start service..." as I am using a windows service.
Thanks