i got a problem over here...
i have this application, that creates various custom AppDomains, each app domain executes a assembly and its dependencies, like a plugin, a separated assembly, that manipulates database, own resources, etc..
the application runs fine for a while, but suddenly, it locks up... the process does NOT die, it just freezes, i ran a remote debugger on top of it, on the thread window i can see EVERY thread, they are with the status "running" (not "thaw") but, in the same place, not executing... i can pause and run the debug, and it remains in the same place.
there are NO locks, synlocks, monitors, on the code and the code for loading the appdomains is very simple, no big deal on it.
like i said, its working, but after a while, it locks up..
Any ideas on this environment? its already driving me crazy!
If needed any piece of code, i will provide. Thanks.