[Mono-bugs] [Bug 32443][Nor] Changed - Assembly.LoadFrom ("gizmo.dll").CreateInstance ("gizmo").GetType().FullName allways returns System.Object and not a gizmo.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Nov 2002 16:55:28 -0000


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 lupus@ximian.com.

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

--- shadow/32443	Thu Oct 17 08:12:50 2002
+++ shadow/32443.tmp.7392	Mon Nov 18 11:55:28 2002
@@ -1,13 +1,13 @@
 Bug#: 32443
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 7.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gkodinov@openlinksw.co.uk               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,10 @@
 every time
 
 Additional Information:
 I'm using the CVS versions of mono. The problem is that it calls 
 InternalInvoke and the only info it gets is the method desc, so it uses 
 it to call mono_object_new.
+
+------- Additional Comments From lupus@ximian.com  2002-11-18 11:55 -------
+Fixed in cvs. We noe throw an exception if the constructor is not
+found, just like it happens with the ms runtime.