I am using debbuger vs2008 for a C ++ project that uses .NET assembly COM objects.
I get a message 'DisconnectedContext'from a managed debugging assistant, but I can’t figure out which of the pointers contains a link to a bad COM object.
Is it possible to track an apartment / context in a stream using Visual Studio? Or can I at least hold onto the Runtime Callable Wrapper created for each of my COM object?
source
share