[Mono-bugs] [Bug 49986][Wis] Changed - Activator.CreateInstance fails when called by generated types

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Oct 2003 05:56:52 -0400 (EDT)


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=49986

--- shadow/49986	2003-10-23 03:39:16.000000000 -0400
+++ shadow/49986.tmp.21374	2003-10-23 05:56:52.000000000 -0400
@@ -145,6 +145,11 @@
 /gnome/head/mono/mcs/class/corlib/System/Activator.cs:157)
 System.Activator:CreateInstance (System.Type,object[],object[])
 in [0x00008] (at
 /gnome/head/mono/mcs/class/corlib/System/Activator.cs:137)
 System.Activator:CreateInstance (System.Type,object[])
 ... (same as above)
+
+------- Additional Comments From orphennui@yahoo.com  2003-10-23 05:56 -------
+So I did a little playing around, and it turns out the bug is avoided
+if the XmlRpc library is referenced by the main application directly,
+instead of just by a runtime-loaded module.