[Mono-bugs] [Bug 52096][Wis] New - WebControl assembly loading should be case insensitive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 06:01:58 -0500 (EST)


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 tkaszuba@hotmail.com.

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

--- shadow/52096	2003-12-12 06:01:57.000000000 -0500
+++ shadow/52096.tmp.27352	2003-12-12 06:01:57.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 52096
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tkaszuba@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: WebControl assembly loading should be case insensitive
+
+In .NET 1.0 the following control registrations are equivalent. 
+
+<%@ Register 
+TagPrefix="Graph" Namespace="ICW.WebControls" Assembly="icw" %>
+
+<%@ Register 
+TagPrefix="Graph" Namespace="ICW.WebControls" Assembly="ICW" %>
+
+i.e it seems 
+that the framework is case insensitive when looking for an assembly. In mono the assembly 
+has to have the same cases. Probably due to the library loader.  
+
+I tried to file this bug 
+report about a week ago so if this is a duplicate I appologize.