[Mono-list] dynamic types serialization - AssemblyResolve
Carlos Ble
ble.jurado at gmail.com
Mon Sep 24 04:36:13 EDT 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20070924/dd425c71/attachment-0001.html
More information about the Mono-list
mailing list