Running a WMI query using C# .net Any ideas on why this would not always return all the same events in the time range when the query is run multiple times and also not raise an exception when doing s
I am running 32 bit Windows 7 Operation System which has IIS 7.5 installed. In Visual Studio 2010, I open my solution having the web site project hosting WCF service. I have created an application in
Afternoon, As the topic says, I\'m getting this error while trying to run a webapplication that uses a DCOM agent.
I have a DCOM client and server applications which use OLE automation marshaller. They work fine when run on the same PC but when the server is on a different PC not in the same domain I get E_ACCESSD
We have some .NET types on Windows that have dependencies on some COM components. If we were to swi开发者_Go百科tch to Mono, what options would we have for still using the functionality in these COM
I am very new to J-Interop Library and WMI. I was just playing around with the following sample code from j-interop samples (MSWMI, which deals with WMI Communication).
I currently need to create a COM object that is served by an out-proc COM server from inside an ASP.NET handler. So every time I deploy the COM se开发者_运维技巧rver I have to fire up DCOM Config and
I\'m trying to access WMI via j-interop (www.j-interop.org/), wich is a Java DCOM client. However, I always get a \"Access is denied\" error.
I have a COM+ VB6 application, I generated a header file using the MIDL compiler. The header contains the following definition:
I want to try and modify my code to use a superclass to handle creating CComPtr, but I\'m not sure how to pass the class to the CComPtr to create,开发者_Go百科 ie the part in