zoukankan      html  css  js  c++  java
  • Topshelf 注册服务失败

    Win7环境,使用Topshelf注册服务失败,建议关闭杀毒软件,并找到杀毒软件的防护进程,一并关闭。手动结束防护进程可能会提示:拒绝访问,这时候可以尝试卸载杀毒软件,再次进行安装。

    已完成事务处理安装。
    Topshelf.HostFactory Error: 0 : The service terminated abnormally, System.InvalidOperationException: 安装失败,已执行回滚。 ---> System.UnauthorizedAccessException: 尝试执行未经授权的操作。
    在 Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
    在 Microsoft.Win32.RegistryKey.SetValue(String name, Object value, RegistryValueKind valueKind)
    在 Microsoft.Win32.RegistryKey.SetValue(String name, Object value)
    在 Topshelf.Runtime.Windows.HostInstaller.Install(IDictionary stateSaver)
    在 System.Configuration.Install.Installer.Install(IDictionary stateSaver)
    在 System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
    --- 内部异常堆栈跟踪的结尾 ---
    在 System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
    在 Topshelf.Runtime.Windows.HostServiceInstaller.InstallService(Action`1 beforeInstall, Action`1 afterInstall, Action`1 beforeRollback, Action`1 afterRollback)
    在 Topshelf.Runtime.Windows.WindowsHostEnvironment.InstallService(InstallHostSettings settings, Action beforeInstall, Action afterInstall, Action beforeRollback, Action afterRollback)
    在 Topshelf.Hosts.InstallHost.Run()
    在 Topshelf.HostFactory.Run(Action`1 configureCallback)

  • 相关阅读:
    layui实现复选框全选,反选
    Lambda表达式详解
    母版页 VS shtml—ASP.NET细枝末节(3)
    无废话WCF入门教程一[什么是WCF]
    String.Format用法
    C#基础--之数据类型
    簡單SQL存儲過程實例
    SQL Server 存储过程
    存储过程详解
    sql语句分页多种方式ROW_NUMBER()OVER
  • 原文地址:https://www.cnblogs.com/JqkAman/p/14036418.html
Copyright © 2011-2022 走看看