Hi!
I'm having problems to serialize a dynamic type created with Reflection.Emit.
The BinaryFormatter does not find the
dynamic assembly. That is normal but I've fixed that in .Net, subscribing a
handler to the  AppDomain.CurrentDomain.AssemblyResolve,
so that I can load the assembly properly. This is not working in Mono, I
think the event is not raised although I need to debug a bit more.
Is this a know issue?.
I have the classes and more info in this post:
http://www.carlosble.com/?p=91

Thanks
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to