dcom
Why would WMI not return a full result set in ManagementObjectCollection?
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[详细]
2023-03-14 10:32 分类:问答Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80040154
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[详细]
2023-03-13 01:41 分类:问答Server execution failed while trying to run DCOM component with any other user than Administrator
Afternoon, As the topic says, I\'m getting this error while trying to run a webapplication that uses a DCOM agent.[详细]
2023-03-08 10:00 分类:问答How does impersonation in DCOM work?
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[详细]
2023-03-08 01:58 分类:问答Can I run .NET objects on Mono that have a dependency on COM components?
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[详细]
2023-03-07 02:18 分类:问答Accessing SWbemObject Object Properties using J-Interop Library
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).[详细]
2023-03-06 17:35 分类:问答Why is "local launch" allowed for out-proc servers by default but "local activation" is not?
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[详细]
2023-03-03 22:15 分类:问答DCOM access via j-interop in Server 2008 R2
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.[详细]
2023-03-03 17:40 分类:问答How do I implement sending a _Recordset ** parameter to a COM+ application
I have a COM+ VB6 application, I generated a header file using the MIDL compiler. The header contains the following definition:[详细]
2023-02-27 07:56 分类:问答How do I set the interface on CComPtr in a Superclass?
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[详细]
2023-02-27 00:48 分类:问答