【发布时间】:2011-07-25 01:34:45
【问题描述】:
我最近尝试更改我的 Windows 服务的显示名称,但显然我搞砸了。旧版本无法完全卸载,我无法安装新版本的 windows 服务。这是运行 installutil /i myService 产生的错误:
An exception occurred during the uninstallation of the System.Diagnostics.EventLogInstaller installer.
System.InvalidOperationException: The event log source '7 Ac Service' cannot be deleted, because it's equal to the log name.
An exception occurred while uninstalling. This exception will be ignored and the uninstall will continue. However, the application might not be fully uninstalled after the uninstall is complete.
所以事件日志源等于日志名称。这是什么意思,我该如何解决?
【问题讨论】:
标签: c# visual-studio-2008 windows-services