Hello,
I am trying to create a simple Windows Service. The User Account for the service is NetworkService
Then i ran installUtil
from command prompt and i got this :-
The Commit phase completed successfully.
The transacted install has completed.
which means the service got installed successfully. But when i try to run it from the Service applet
i get this error :-
Windows cannot the CustomersService service on Local Computer. Error 5 : Access is denied.
What am i doing wrong?
I am using 64bit Windows 7.