Tagged Questions
3
votes
3answers
423 views
COM Interop, client not finding interface in Out-of-process COM
I'm using Microsoft's CSExeCOMServer as a base for setting up a Out-of-process COM server, but it's not working properly. The server is 64 bit, and the client is 32 bit.
Here's the sample interface
...
1
vote
1answer
105 views
Can I create a COM server with just C# 4.0? [closed]
Possible Duplicate:
What do I need to do to implement an “out of proc” COM server in C#?
Hello,
I don't know much about COM or C++, so perhaps this is a silly question:
...
1
vote
1answer
789 views
C# ActiveX exe?
I need an out of process C# COM component to host a 32 bit VB6 COM object. I can't seem to figure out how to do this in C#. The closest analogue I can think of is an activex exe, but it doesn't appear ...
0
votes
2answers
54 views
Calling a living object from one Process while running in another Process
Not really sure how to ask this question because I really don't know what I'm talking about. I have two DLLs (.NET), each is an AddIn that runs in two different application processes i.e. application ...
0
votes
1answer
169 views
Windows Service launching Out of Process COM server - CSIDL_APPDATA returning as different user path
I have a windows service written in C#. This service spawns a number of MTA threads. In each of those threads an out of process COM class is instantiated. I set the service to run as my current user ...