[Mono-bugs] [Bug 24571] Changed - GetTypes() from corlib.dll assembly produces error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
13 May 2002 14:44:25 -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=24571

--- shadow/24571	Sat May 11 17:50:17 2002
+++ shadow/24571.tmp.13909	Mon May 13 10:44:25 2002
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: greg@gregwhelan.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,12 @@
 
 How often does this happen? 
 Every time.
 
 Additional Information:
 Linux using mono-0.11_baselabs-20020510.i386.rpm
+
+------- Additional Comments From lupus@ximian.com  2002-05-13 10:44 -------
+Fixed in cvs.
+Note that you need to use Assembly.LoadFrom() is you want to load an
+assembly from a filename and Assembly.Load() if you want to load it
+from an assembly name.