[Mono-list] Workaround for AppDomain.Load + Unload problem?
Jörg Rosenkranz
joergr@voelcker.com
Mon, 25 Aug 2003 19:54:59 +0200
Hi all,
We are creating an application which should be able to load and
unload assemblies at runtime to update parts of it dynamically.
To unload an assembly you have to unload the AppDomain which
is running it. Now there is a problem in loading and unloading
AppDomains:
http://bugzilla.ximian.com/show_bug.cgi?id=47659
Has someone done something similar and got around this problem?
Is there maybe any workaround?
Thanks,
Jörg