0
votes
1answer
76 views
How does this strange 32-bit/64-bit interop solution work?
I'm currently maintaining a piece of software that we outsourced couple of years ago and that is poorly documented. The piece is a COM server for consuming by third-party applicati …
0
votes
3answers
28 views
How exactly do I config DCOM to load my DLL into a separate process?
I'm trying to force an existing native C++ ATL in-proc COM server into a separate process. I hope DCOM can do this for me without changing the COM server.
I started with a usual r …
1
vote
3answers
88 views
Is there a viable counterpart to DCOM in .NET?
I know .net has WCF, which I believe was touted as the replacement for COM when it was codenamed Indigo(?) - but is it actually suitable for use in a .NET app, providing the same f …
0
votes
1answer
16 views
Which do I choose for hosting my in-proc server in a separate process - COM+ or DCOM?
I need to shield a 64-bit COM component consumer from the 32-bit native C++ ATL in-proc COM component.
Seems like both COM+ and DCOM can host my in-proc component in a separate pr …
0
votes
1answer
31 views
DCOM Failure of Office Automation
I developed a C# program that pulls data from a SQL Server database and then generates Word documents which include the data. I've set the program up to run as part of an SSIS job …
1
vote
2answers
44 views
Cross platform COM development …
COM as we know is language and platform independent standard, but all the time I see only articles on developing COM components on Windows. Could you share your thoughts on how to …
0
votes
1answer
29 views
SAP DCOM Connector on Windows Server 2008
Does anybody know, if it is possible to use the "old" SAP DCOM Connector on a Windows Server 2008 ?
I want to migrate a old ASP Web Solution with DCOM Connection to SAP from Windo …
1
vote
2answers
181 views
Automating Office via Windows Service on Server 2008
We have a Windows Service which runs on 2003 Server. It opens a source Word document using the Word Interop and then does some stuff with it. It also does likewise with Excel and P …
4
votes
6answers
468 views
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 with C/C++, in fact there is not a lot of documentation available) but I …
0
votes
2answers
170 views
Hooking R from within Excel - DCOM? R add in for Excel?
In the past I have used a DCOM connection to call R functions from Excel and from VBA inside of Excel. I just got a new laptop and have been looking for the install files for the R …
0
votes
5answers
227 views
What is the closest thing to Windows COM/DCOM in the Linux world?
Anything higher-level, and more comprehensive than pipes/sockets?
2
votes
3answers
382 views
Excel VBA to VB (DCOM)
I inherited an Excel VBA spreadsheet. I have been tasked to convert it to VB.
The application acquires data from a PLC using a DCOM object (I think). The following code runs the …
1
vote
1answer
90 views
Going from COM to DCOM
I have a out of proc COM server (ATL based) and a Java app that instantiates objects from this COM server on the same machine.
What more is needed to DCOM enable it? Is work need …
1
vote
1answer
223 views
When calling Marshal.GetActiveObject( class id here) what would cause error 800401E3 (Operation Unavailable)?
We have a scenario where some .NET code is attempting to access the current instance of a COM (actually DCOM) object.
The object being accessed was developed in VB6. A current ins …
1
vote
2answers
189 views
DCOM Server failed to register
Hi,
I am getting this error
Source : DCOM
Event_ID: 10010
"The server
{6FC4FDAE-96C8-11D3-9F9C-005004053207}
did not register with DCOM within the
required time …
