windows service problem

  • Thread starter Thread starter Ivan G.
  • Start date Start date
I

Ivan G.

I'm trying to install windows service with created for it user account with
debugging previledges. But following error occurs:

An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: No mapping between account names and
secur
ity IDs was done.

User account is valid, so what is the problem?
 
Try to change the user account to the your Login ID and
check if it works.

Also, change the Account to LocalSystem in
ServiceProcessInstaller.

For the new account that you created, specify LocalSystem
as the Account.

HTH
irfan
 
Hi.


It doesn't work under my account and no new account I create.

It works under LocalSystem, but I don't want to give debugging previledges
for this account.

Thanx.
 
Back
Top