How to connect to XP machine using vb.net
-
Hi All, I have developed an application in vb.net to access the system information of network PC. I have used Management Namespace for this. The application is running fine on Srever 2003 OS network but the application is unable to connect to XP machines. Even though i m providing proper password of the machine it is unable to connect to xp machine. does any one know the reson for this? Do i need to write any spacial code for XP machine connection? Please help me out? Thanx in advance Regards, Paramhans
-
Hi All, I have developed an application in vb.net to access the system information of network PC. I have used Management Namespace for this. The application is running fine on Srever 2003 OS network but the application is unable to connect to XP machines. Even though i m providing proper password of the machine it is unable to connect to xp machine. does any one know the reson for this? Do i need to write any spacial code for XP machine connection? Please help me out? Thanx in advance Regards, Paramhans
Without knowing the error that it's throwing, there's not a lot anyone can tell you that would be useful.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Without knowing the error that it's throwing, there's not a lot anyone can tell you that would be useful.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...Hi Dave, Thanx for your reply. I should have provided the error message earlier. I really apologize for that. It is giving me following Error Message.
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
Can you help me to resolve it. Thanx in Advance Regards, Paramhans -
Hi Dave, Thanx for your reply. I should have provided the error message earlier. I really apologize for that. It is giving me following Error Message.
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
Can you help me to resolve it. Thanx in Advance Regards, ParamhansThe WMI Services are either not running on your server machine, or not running on the target machine your're trying to connect to.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Hi Dave, Thanx for your reply. I should have provided the error message earlier. I really apologize for that. It is giving me following Error Message.
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
Can you help me to resolve it. Thanx in Advance Regards, ParamhansRPC is "Remote Procedure Call". I think the RPC service is not running or something of the like.
If everything was not true, would it be not true that everything is not true? So by saying everything is not true, you are automatically denying that everything is not true. Im so confused... FreeDOS - An open source modern MS-DOS/PC-DOS replacement.