[Mono-bugs] [Bug 65933][Blo] New - No parameterless constructor defined by default with Reflection CreateType
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Sep 2004 09:35:31 -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 martin.tapp@cae.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65933
--- shadow/65933 2004-09-14 09:35:31.000000000 -0400
+++ shadow/65933.tmp.25193 2004-09-14 09:35:31.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 65933
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity: 040 One week
+Priority: Blocker
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: martin.tapp@cae.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: No parameterless constructor defined by default with Reflection CreateType
+
+Using Reflection, define a public class with DefineType/CreateType. On
+MS.NET, the type has a parameterless constructor defined by default and
+not on Mono.
+
+Thanks!
+
+Martin Tapp