[Mono-bugs] [Bug 75241][Min] New - Activator.CreateInstance problem

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jun 12 14:44:56 EDT 2005


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 gonzalo at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75241

--- shadow/75241	2005-06-12 14:44:56.000000000 -0400
+++ shadow/75241.tmp.4304	2005-06-12 14:44:56.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 75241
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: gonzalo at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Activator.CreateInstance problem
+
+Compile and run the attached test case.
+
+Actual results:
+Unhandled Exception: System.MissingMethodException: Constructor not found.
+ClassTest+TakesInt
+in <0x0013a> System.Activator:CreateInstance (System.Type type,
+System.Object[] args, System.Object[] activationAttributes)
+in <0x00020> System.Activator:CreateInstance (System.Type type,
+System.Object[] args)
+in <0x00038> Test:Main ()
+
+Expected results:
+(nothing)
+
+This bug is based on MonoTests.System.TypeTest.GetConstructoNullInTypes
+that I'm going to mark as [NotWorking]. Please, reenable the test when the
+bug is fixed.


More information about the mono-bugs mailing list