[Mono-dev] Unloading an Assembly
vijaya raghava mutharaju
m.vijayaraghava at gmail.com
Wed Mar 1 16:39:35 EST 2006
Hi,
The issue is resolved. The mistake I have been doing was,
though I loaded the assembly into another AppDomain, I was
referencing(using Reflection) it in the CurrentDomain. Also I used
"MarshalByRefObject" in a wrong manner.
I thought it should be used by the Assembly Iam loading. It
should be used i.e. the class which loads the assembly should derive
from "MarshalByRefObject". It is necessary for inter domain
communication.
Bye.
More information about the Mono-devel-list
mailing list