1

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?

Steve
  • 11,763
  • 15
  • 70
  • 103

1 Answers1

1

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

TAbdiukov
  • 1,185
  • 3
  • 12
  • 25
lsalamon
  • 7,998
  • 6
  • 50
  • 63