[Mono-bugs] [Bug 331601] Can't deserialize a dynamic type

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 9 02:07:39 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=331601#c3


Carlos Ble <ble.jurado at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                                        |NEW
      Info Provider|ble.jurado at gmail.com                            |




--- Comment #3 from Carlos Ble <ble.jurado at gmail.com>  2007-10-09 00:07:39 MST ---
Created an attachment (id=176931)
 --> (https://bugzilla.novell.com/attachment.cgi?id=176931)
MonoDevelop console project containing all the required dependencies

The code within the Main function has been commented out with all the required
information to understand the issue. 
It is actually deserializing the first dynamic type (dynamic assembly1) but not
the second (dynamic assembly2).
Some classes come from the Boxerp Project which is my open source project but
rather than including the DLL, I've copied the files themselves so that you
have everything you need in the solution. 
If you need to access more files from Boxerp you can browse the svn: 
http://svn.berlios.de/svnroot/repos/boxerp/trunk/src/ 
You can also find out failing unit tests regarding this issue here:
http://svn.berlios.de/svnroot/repos/boxerp/trunk/src/client-lib/tests/bindableObjectsTests/

The second dynamic type is generated using the Castle.DynamicProxy2. The
comments within the Main function should be enough to avoid digging into the
DynamicProxy2 code.

Thanks


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list