Error installing a .NET Windows service with InstallUtil

Posted by norlando on Server Fault See other posts from Server Fault or by norlando
Published on 2010-01-29T15:01:44Z Indexed on 2010/04/14 12:03 UTC
Read the original article Hit count: 450

I keep getting the error below when every I try to use the InstallUtil to install my .NET service. I put "installutil myservice.exe" into command prompt and then get the error. Any idea of what the problem is? Do I need to add another parameter?

An exception occurred during the Install phase. System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.

© Server Fault or respective owner

Related posts about .net3.5

Related posts about windows-service