Link to home
Start Free TrialLog in
Avatar of exptech
exptechFlag for United States of America

asked on

Error when trying to install a Windows Service

I wrote a windows service using Visual Studio 2008. It is written in C#. I have installed and ran this service on a few stand alone workstations running Windows 7 professional (SP1) with no issues, but when I try to install it on one of our domain workstations running the same OS I get the following error after entering the credentials when I try to install the service:

Error 1001 No mapping between account names and security IDs was done.

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Peter Hutchison
Peter Hutchison
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of exptech

ASKER

It worked ! Thanks
Avatar of exptech

ASKER

It worked, thank you very much.