Open GoogleCodeExporter opened 8 years ago
i have the same problem
Original comment by wilw...@gmail.com
on 11 Mar 2010 at 11:10
Sometimes I experience this too!
Original comment by A.Bouchl...@gmail.com
on 15 Mar 2010 at 10:29
I see the "seemingly random" warning only when debugging. It's a Visual Studio
debug message. Also happens in the Demo application.
Original comment by j.diog...@gmail.com
on 13 Nov 2010 at 9:19
A possible (ugly & dirty) workaround is to call
System.Diagnostics.Process.GetCurrentProcess().Kill() on exit.
Original comment by j.diog...@gmail.com
on 21 Nov 2010 at 5:09
I found out that it's caused by ComUtilities method
CProxy_IUtilManEvents::Fire_OnStartManagedAPP(). This method passes object from
ComUtilities in event arguments. Once this object reaches C# workld in cEXWB
class, it's really difficult to release it correctly because it's originated in
different thread. this causes those "Context 0x125248' is disconnected." error
or even deadlocks in finalizer queue that prevent application from exit.
I removed (commented out) part of CManagedAppBridge::StartInternal() method
that fires this method because I don't need it for my app. Since then I have no
error or hang during application exit.
Original comment by xkatu...@gmail.com
on 16 Jun 2011 at 11:46
Original issue reported on code.google.com by
helgi.bi...@gmail.com
on 18 Dec 2009 at 4:19