Create COM Surrogate server (exe) in C#
Posted
by santhosh
on Stack Overflow
See other posts from Stack Overflow
or by santhosh
Published on 2009-05-18T14:15:32Z
Indexed on
2010/05/23
7:10 UTC
Read the original article
Hit count: 732
I know how to create a COM DLL (a Class Library) in C#. Is it possible to create a COM Surrogate EXE using C#?
This would be a standalone server capable of launching and hosting COM objects, which would then be accessible to COM clients.
© Stack Overflow or respective owner