[Mono-dev] Unloading an Assembly

Zoltan Varga vargaz at gmail.com
Sat Feb 25 07:19:57 EST 2006


                        Hey,

  You might be running into this one:

http://bugzilla.ximian.com/show_bug.cgi?id=27663

             Zoltan

On 2/25/06, vijaya raghava mutharaju <m.vijayaraghava at gmail.com> wrote:
>
>         Hello,
>
>                  I have created an AppDomain to load an Assembly, used
> Reflection on it and then Unloaded the AppDomain. Is there any Remoting
> Issues associated with Unloading of an Assembly. Iam getting exceptions.
>
>
>                AppDomain newDomain = AppDomain.CreateDomain("NewDoamin");
>                Assembly myAssembly =
> newDomain.Load(AssemblyName.GetAssemblyName(filename1));
>
>                Later,   AppDomain.Unload(newDomain);
>                I have seen some "Remoting" terms in the Stack trace.
>
>                Iam getting the following exception,
>
>
> 'System.Runtime.Serialization.SerializationException'
> occurred in mscorlib.dll
>
>                 Additional information: Insufficient state to deserialize
> the object.  More information is needed.
>
>
>         What went wrong ? Please tell me.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>



More information about the Mono-devel-list mailing list