Hi ,
I am invoking a WMI method(served by WMI provider) from managed C++ code .Sometimes I am getting Exception :
System.Runtime. InteropServices .COMException was unhandled by user code
Message="The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNE CTED))"
Source="mscorli b"
I browsed this on google without any luck.
I found the article http://support.microso ft.com/kb/319832 , but its for Window 2000 OS.
I am using window server 2008 R2.
Please help.
-Gyanendar
I am invoking a WMI method(served by WMI provider) from managed C++ code .Sometimes I am getting Exception :
System.Runtime. InteropServices .COMException was unhandled by user code
Message="The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNE CTED))"
Source="mscorli b"
I browsed this on google without any luck.
I found the article http://support.microso ft.com/kb/319832 , but its for Window 2000 OS.
I am using window server 2008 R2.
Please help.
-Gyanendar
Comment