无法在计算机上打开<service-name>服务。即使授予完全访问权限,也会拒绝访问</service-name>

时间:2014-09-16 07:26:19

标签: c# windows-7 windows-services access-denied autostart

我正在开发一个我开发的Windows服务(自动)。我已经在48小时内尝试了所有选项,但遗憾地没有运气。安装日志说明如下:

An exception occurred in the OnAfterInstall event handler of System.ServiceProcess.ServiceInstaller.
System.InvalidOperationException: Cannot open AutoStart service on computer '.'.
The inner exception System.ComponentModel.Win32Exception was thrown with the following error message: Access is denied.

“访问被拒绝”。根据我在互联网上找到的,我以管理员身份登录。我在调试文件夹中添加了权限(完全控制 - 帐户:LocalService)并以管理员身份运行服务。我还添加了对本地服务帐户的Windows Registery“HKEY_LOCAL_MACHIENE-&gt; SYSTEM-&gt; CurrentControlSet-&gt; services-&gt; wcncsvc”的权限,并重新启动了系统,但仍然在installlog中说“访问被拒绝”! 它现在谈什么访问?我正在使用windows7 32bit。 在onstart和onstop方法中没有任何内容。

0 个答案:

没有答案