[Mono-bugs] [Bug 51293][Wis] New - TypeBuilder.CreateType() returns a type, but AssemblyBuilder.GetType() fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Nov 2003 16:39:57 -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.24197 2003-11-22 16:39:57.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 51293
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: orphennui@yahoo.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TypeBuilder.CreateType() returns a type, but AssemblyBuilder.GetType() fails
+
+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.