Windows Service 怎么调试
Kstar 2006-01-20 11:32:18 公司有个service程序有些问题,我在。net下运行源码时出现
“
Cannot start service from the command line or a debugger. A Windows Service must first be installed (using installutil.exe) and then started with the ServerExplorer, Windows Services Administrative tool or the NET START command.”
是不是这程序必须通过 services才能运行??如果这样怎么调试呢?