views:

58

answers:

0

I am using the vs2008 debbuger for a c++ project that uses COM objects of a .NET assembly. I am getting a 'DisconnectedContext' message from the managed debbuging assistant, but i can't figure out which of the pointer is holding a reference to a bad COM object.

Is it possible to keep track of the appartment/context in a thread with visual studio? Or can i at least get a hold on the Runtime Callable Wrapper created for each of my COM object?