windows service problem

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?
 
I

Irfan

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
 
I

Ivan G.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top