[Mono-dev] Unloading an Assembly

Rafael Teixeira monoman at gmail.com
Tue Feb 28 09:40:55 EST 2006


AFAIK, ShadowCopyFiles isn't implemented yet in Mono.

:|

On 2/27/06, vijaya raghava mutharaju <m.vijayaraghava at gmail.com> wrote:
> Hi,
>
>          I was going through an MSDN article by Eric Gunnerson. He
> says that if we want the runtime to probe for the assembly in any
> other location then we should setup the ApplicationBase property of
> AppDomainSetup class.By default, runtime will lock that assembly. So
> we have to set the ShadowCopyFiles property to true so that the
> assembly is copied to a cache & opened. There won't be any lock now.
> Here is the link for that article.
>
>     http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp05162002.asp
>
>
> But even after doing all this, still it is giving the same exception.
> The explanation is good and seems relevant to my application. Iam not
> able to understand what went wrong ?
>
>      Please help me. Thank you.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


--
Rafael "Monoman" Teixeira
---------------------------------------
As I'm currently working a lot with Java and even fixing Java VMs
(JamVM/Kaffe) and GNU Classpath code, I think I may partly borrow the
title (Javaman) from my friend Bruno Souza and become the
MonoNJavaMan. Yeah, I may currently be crazier than usual...


More information about the Mono-devel-list mailing list