Click here to Skip to main content
15,897,090 members

Comments by pratyush2008 (Top 10 by date)

pratyush2008 11-Jan-14 1:51am View    
Hay Maxim.I have solved my issue.
Actually in credential i was giving user name like this.
oConn.Username = "Username";
but when i changed
oConn.Username = "RemoteIp\Username";
now it working fine.
Thanks for your reply sir.
pratyush2008 11-Jan-14 0:51am View    
its not working. i have set : this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.NetworkService; this.serviceProcessInstaller1.Password = "Password";\\my remort server pwd this.serviceProcessInstaller1.Username = "Username";\\my remort server uname
but still am getting same error.
pratyush2008 11-Jan-14 0:50am View    
Deleted
its not working.
i have set :
this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.NetworkService;
this.serviceProcessInstaller1.Password = "Passw0rd";\\my remort server pwd
this.serviceProcessInstaller1.Username = "Administrator";\\my remort server uname
but still am getting same error.
pratyush2008 10-Jan-14 8:01am View    
Actually am running my service exe in one computer ant it checking disk space of my remote server.
please enplane how to fight with this problem.
Sorry sir for my late understanding.i am quite new in case of window service.
pratyush2008 10-Jan-14 7:16am View    
Tnanks Maxim for your reply.

bt how can i sole that problem.
plz guide me.