[Mono-bugs] [Bug 51293][Wis] Changed - TypeBuilder.CreateType() returns a type, but AssemblyBuilder.GetType() fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Nov 2003 16:42:25 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by orphennui@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51293
--- shadow/51293 2003-11-22 16:39:57.000000000 -0500
+++ shadow/51293.tmp.24218 2003-11-22 16:42:25.000000000 -0500
@@ -18,6 +18,11 @@
When I create a dynamic assembly, and try to pull a constructed type with
TypeBuilder.CreateType(), I get a type successfully. But when I call
AssemblyBuilder.GetType() with the type name, it returns null.
This is causing the cookcomputing xmlrpc library to fail.
+
+------- Additional Comments From orphennui@yahoo.com 2003-11-22 16:42 -------
+Created an attachment (id=5991)
+Test case
+