[Mono-bugs] [Bug 49986][Wis] Changed - Activator.CreateInstance fails when called by generated types
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Oct 2003 06:53:41 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=49986
--- shadow/49986 2003-10-22 02:11:21.000000000 -0400
+++ shadow/49986.tmp.13182 2003-10-22 06:53:41.000000000 -0400
@@ -102,6 +102,10 @@
In this case, the type CreateInstance is trying to construct is an
n-sized array of structs of a simple type (BlogInfo, containing 3
string memebrs).
BlogInfo is defined in a dynamically loaded module, so maybe this is
the confusion?
+
+------- Additional Comments From vargaz@freemail.hu 2003-10-22 06:53 -------
+Although I get a different stack trace, I checked in a fix for this.
+Could you retry with latest CVS ?