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)

  • 相关阅读:
    ReentrantLock的实现语义与使用场景
    队列同步器详解
    设计模式--模板方法模式
    Synchronized及其实现原理
    JAVA线程基础
    JAVA内存模型
    java 线上问题定位工具
    JMX超详细解读
    Hexo
    [转]html5 video在安卓大部分浏览器包括微信最顶层的问题
  • 原文地址:https://www.cnblogs.com/JqkAman/p/14036418.html
Copyright © 2011-2022 走看看