Tuesday, November 29, 2005
#
Mark Pearce describes how to debug a .Net Windows service from Visual Studio:
To do this, you need to emulate what the Service Control Manager (SCM) does when it starts your service — in other words, invoke your service’s OnStart method. In VB, this looks like: ...