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

2003-08-28 Thread Jörg Rosenkranz
> If a bug has been closed, but you still can reproduce it with > the latest > cvs, please reopen it. > I cannot reproduce these bugs. The first one is a XSP bug (I don't use XSP this time). I've tried the test app of the second and it works. The error occurs only when you unload the first AppD

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

2003-08-28 Thread Paolo Molaro
On 08/28/03 Jörg Rosenkranz wrote: > 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. If a bug has been closed, but you still

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

2003-08-28 Thread Jörg Rosenkranz
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_bu

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

2003-08-28 Thread Gonzalo Paniagua Javier
El jue, 28-08-2003 a las 02:06, A Rafael D Teixeira escribió: > >From: Miguel de Icaza <[EMAIL PROTECTED]> > >To: Jörg Rosenkranz <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: [Mono-list] Workaround for AppDomain.Load + Unload problem?

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

2003-08-28 Thread A Rafael D Teixeira
From: Miguel de Icaza <[EMAIL PROTECTED]> To: Jörg Rosenkranz <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [Mono-list] Workaround for AppDomain.Load + Unload problem? Date: 27 Aug 2003 18:08:23 -0400 Hello, > We are creating an application which should be able to lo

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

2003-08-27 Thread Miguel de Icaza
Hello, > 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://bugzi

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

2003-08-25 Thread Jörg Rosenkranz
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.