Link to home
Start Free TrialLog in
Avatar of mainrotor
mainrotor

asked on

Need help with an error I am getting when Installing Windows Service application

Hi Experts,
I got some errors when trying to install a Windows Service app on a production server.  The application deployed successfully on my machine, but not production\network server.

Here is the 1st error I got:
An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: The trust relationship between the primary domain and the trusted domain failed

To fix the error above, I prefixed the Username with the domain (sample format:  Domain\username).  I also put in the correct password,

I then got  the 2nd error (see below):  
An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: No mapping between account names and security IDs was done

Any idea what needs to be done to get my Windows Service deployed properly?  

Thank you in advance for your help,
Mrotor
ASKER CERTIFIED SOLUTION
Avatar of Radhakrishnan
Radhakrishnan
Flag of India 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