[Mono-bugs] [Bug 331601] TypeLoadException when deriving from dynamic type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 16 05:45:03 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=331601#c4
Gert Driesen <gert.driesen at pandora.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Can't deserialize a dynamic type |TypeLoadException when deriving from dynamic
| |type
--- Comment #4 from Gert Driesen <gert.driesen at pandora.be> 2007-10-16 03:45:03 MST ---
I've managed to create a small repro that shows the problem is triggered when a
dynamic type (C) is created, deriving from a dynamic type (B) in another
Assembly, and the assembly for the deriving dynamic type (C) is saved to disk.
Then when type C is loaded it somehow cannot find type B even though it is
already loaded.
--
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