[Mono-bugs] [Bug 75650][Nor] Changed - Assembly.Gettype() with ignorecase fails where .NET 1.1 succeeds

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 27 16:12:37 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 doug00 at gmail.com.

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

--- shadow/75650	2005-07-27 16:01:56.000000000 -0400
+++ shadow/75650.tmp.27813	2005-07-27 16:12:37.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: doug00 at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: nullreferenceexception on Assembly.Gettype() with ignorecase
+Summary: Assembly.Gettype() with ignorecase fails where .NET 1.1 succeeds
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 Unhandled nullreferenceexception when running an exe that attempts to load
 a module from another assembly (using assembly.gettype) with ignorecase set
@@ -52,6 +52,10 @@
 
 
 Additional Information:
 
 system.reflection.assembly:InternalGetType calls mono/metadata/icall.c ->
 ves_icall_System_Reflection_Assembly_InternalGetType
+
+------- Additional Comments From doug00 at gmail.com  2005-07-27 16:12 -------
+TypeLoadException, not a nullref exception.  Basically mono can't find
+the type if ignorecase is true, whereas .NET 1.1 can.


More information about the mono-bugs mailing list