[Mono-bugs] [Bug 49986][Wis] Changed - Activator.CreateInstance fails on generated types

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Oct 2003 02:01:45 -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-22 01:53:33.000000000 -0400
+++ shadow/49986.tmp.11392	2003-10-22 02:01:45.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49986
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: orphennui@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -94,6 +94,14 @@
 in [0x00010] (at /gnome/head/blog/daybook/BackendManager.cs:105)
 Daybook.BackendManager:.ctor ()
 in [0x00007] (at /gnome/head/blog/daybook/Daybook.cs:61)
 Daybook.Daybook:.ctor ()
 in [0x0001c] (at /gnome/head/blog/daybook/Daybook.cs:52)
 Daybook.Daybook:Main (string[])
+
+------- Additional Comments From orphennui@yahoo.com  2003-10-22 02:01 -------
+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?