I am trying to implement an \"out of proc\" COM server written in C#. How do I do this?
I need the C# code to be \"out of proc\" from my main C++ application, becaus
Why can't you load the .net runtime into you process space? It is possible to host the .net runtime and call into .net using COM.