标签:附加 win start frame work 版本 添加 microsoft monitor
1.以管理员身份运行cmd
2.安装windows服务
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319(InstallUtil.exe的路径,注意InstallUtil.exe的版本号需要和项目的版本号相同)
3.安装windows服务
InstallUtil.exe D:\项目文件\bin\Debug\ProjectTest.exe(项目的路径)
4.启动windows服务
net start TestServive(服务名称)
5.在VS中点击调试=》附加到进程中将安装的服务进程添加进去,然后再timer_Elapsed事件中加上断点,运行。
卸载windows服务
InstallUtil.exe /u D:\项目相关文件\MonitoringTEST\DialTest\bin\Debug\ProjectTest.exe
标签:附加 win start frame work 版本 添加 microsoft monitor
原文地址:http://www.cnblogs.com/zhuyuchao/p/7614585.html