[Mono-dev] Unloading an Assembly
vijaya raghava mutharaju
m.vijayaraghava at gmail.com
Sun Feb 26 15:28:34 EST 2006
Hi Zoltan,
I don't think it is a bug in Mono.Iam getting the same
exception in VS.NET also. It is bug in my code itself.
When I take the part of the code which creates a new AppDomain, does
reflection on it outside and put it in a separate file to check it,
Iam getting the same exception on the line
Assembly myAssembly = newDomain.Load(AssemblyName.GetAssemblyName(filename1));
It is giving exception for any file(P.E file) except itself i.e. if I
give the same application .exe file as input, it is giving correct
output but If I give some other file then it is giving the same
exception on the above line.
What does this mean ? Does it lead to anything ?
Thank you.
On 2/26/06, Zoltan Varga <vargaz at gmail.com> wrote:
> Hi,
>
> Try creating a simple test case and report it at our bug tracking
> system, attaching the
> test case.
>
> Zoltan
>
>
More information about the Mono-devel-list
mailing list