C#开发Windows Services服务--服务安装失败的解决办法

2020-12-13 13:54

阅读:198

标签:io   sp   strong   文件   on   问题   log   bs   管理   

问题1:“System.Security.SecurityException:未找到源,但未能搜索某些或全部事件日志。不可访问的日志: Security。”

正在运行事务处理安装。

正在开始安装的“安装”阶段。

查看日志文件的内容以获得…\bin\Debug\Service2.exe程序集的进度。

该文件位于…\bin\Debug\Service2.InstallLog。

在“安装”阶段发生异常。

System.Security.SecurityException:未找到源,但未能搜索某些或全部事件日志。不可访问的日志: Security。

正在开始安装的“回滚”阶段。

查看日志文件的内容以获得…\bin\Debug\Service2.exe程序集的进度。

该文件位于…\bin\Debug\Service2.InstallLog。

“回滚”阶段已成功完成。

已完成事务处理安装。

 

解决方法1:

serviceProcessInstaller1 中account属性,设置成LocalSystem

解决方法2:

将安装的命令写成BAT文件,并注意路径,点击右键,“以管理员身份运行”(多出现在win7系统中)

C#开发Windows Services服务--服务安装失败的解决办法

标签:io   sp   strong   文件   on   问题   log   bs   管理   

原文地址:http://www.cnblogs.com/lyl6796910/p/4057250.html

上一篇:python SSTI利用

下一篇:python SSTI绕过


评论


亲,登录后才可以留言!