Top "Dcom" questions

Distributed COM (DCOM) is a protocol that enables software components to communicate with one another over a network.

CA Certificate request failure - The RPC server is unavailable - DCOM was unable to communicate with the computer

I am facing an issue while trying to request user certificate from a Microsoft CA on IIS7/Windows Server 2008 R2. …

iis-7 certificate dcom
COM, COM+, DCOM, where to start?

I am curious about COM+, DCOM. I know that MSFT does not encourage you to use this tools natively (meaning …

c++ c com com+ dcom
DCOM Config settings for Microsoft Interop Word Automation

I am using Microsoft Office Interop Word to generate documents using C#. In order for the document generation to work, …

c# .net office-interop com-interop dcom
dcomcnfg functionality programmatically

I can find all sorts of stuff on how to program for DCOM, but practically nothing on how to set/…

c# .net security permissions dcom
COM+ application deployment using command-line

I need to deploy my COM dll as a COM+ application. I used to do that from Component Services manager (…

deployment com+ dcom
What is the closest thing to Windows COM/DCOM in the Linux world?

Anything higher-level, and more comprehensive than pipes/sockets?

windows linux dcom com
Retrieving the COM class factory for component with CLSID {00020906-0000-0000-C000-000000000046} failed due to the following error: 80070005

I am getting the above mentioned error when my web service tries to open MS word document programatically through my .…

c# web-services dcom office-2003