网站首页
编程语言
数据库
系统相关
其他分享
编程问答
ServiceHelper
2024-11-19
C# 注册Windows服务
环境:.NETFarmework4.7.2IDE:VisualStudio2022添加程序集引用:System.ServiceProcessSystem.Configuration.Install右键项目,添加UpdateServices1类,让UpdateServices1继承ServiceBase(UpdateServices1换成自己的Services服务) 编译过后如果需要更新服务代码,要在Windows服务