Tagged Questions
3
votes
3answers
334 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
99 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
2answers
63 views
Is there a way to decrease overhead associated with out-proc COM calls?
Our program consumes an out-proc COM server and makes thousands of calls on its interfaces. This takes very very long time - like a minute for about 50k calls. The COM component vendor says that the ...