[Mono-dev] Unloading an Assembly

vijaya raghava mutharaju m.vijayaraghava at gmail.com
Mon Feb 27 20:35:41 EST 2006


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.



More information about the Mono-devel-list mailing list