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 that C# can do this. Due to client restrictions, I cannot use com+ or dllhost.exe. Does anyone have any ideas?

link|improve this question

79% accept rate
Can you be a little more clear on why it has to be out of process? – Kris Erickson Mar 9 '09 at 20:47
feedback

1 Answer

up vote 1 down vote accepted

See this question : Is there an equivalent to out-of-process COM EXE in .NET?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.