How to debug windows service
1) Add such code to the service's entry, static Main() function,
#if DEBUG
System.Diagnostics.Debugger.Launch();
#endif
2) install your windows service appliation with visual studio comman...
2008-02-16 13:56:00 ·
191 阅读 ·
0 评论