[Mono-list] Workaround for AppDomain.Load + Unload problem?

Jörg Rosenkranz joergr@voelcker.com
Thu, 28 Aug 2003 10:13:55 +0200


Hello,

> .NET does not support unloading assemblies. It is not an easy problem
> to fix (neither in .NET nor in Mono).
> 
> Miguel
> 

Yes, I know that you can't unload assemblies directly. But you can unload 
AppDomains with their loaded assemblies. Now the bug 
http://bugzilla.ximian.com/show_bug.cgi?id=47659 prevents us from doing 
exactly this. To be precise: We can not open another AppDomain after the 
first one was closed.

After some research I found similar bugs:
http://bugzilla.ximian.com/show_bug.cgi?id=39331
http://bugzilla.ximian.com/show_bug.cgi?id=39380

Both are marked as closed but our problem still exists with current CVS.
My hope was that someone has solved a similar problem using some workaround
for this bug.

Jörg