A
anon
- realtime application has multiple forms. each form is created on a new
(gui) thread. this was supposedly for efficiency reasons, i am told. this
was done before i took this project. it was done by some java people. they
claim this is the way it is done in java.
- project worked fine in .net 1.1
- on upgrade to .net 2.0, the app does not terminate. i have to debug it
using windbg, as the deadlocks get quite bad. usually the dealocks are
caused by DLL unloads. (LdrLock or similar).
-I've even tried Thread.Abort, ExitThread, Exit etc. no luck.
- is there anything i can do to get it to exit easily.
(gui) thread. this was supposedly for efficiency reasons, i am told. this
was done before i took this project. it was done by some java people. they
claim this is the way it is done in java.
- project worked fine in .net 1.1
- on upgrade to .net 2.0, the app does not terminate. i have to debug it
using windbg, as the deadlocks get quite bad. usually the dealocks are
caused by DLL unloads. (LdrLock or similar).
-I've even tried Thread.Abort, ExitThread, Exit etc. no luck.
- is there anything i can do to get it to exit easily.