i needed to use a managed dynamic linked library(c#) in my native code(c++).i found the solution here it was. (http://support.microsoft.com/kb/828736).
but the thing that is bothering me is..
1) are managed dynamic linked libraries used in native code through com act as in process com servers ? . if yes how can it be?
2)if no, then how can dynamic linked library act as out process com server without being carried by an executable .