[Mono-bugs] [Bug 51775][Nor] New - Assembly tag is case insensitive
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 5 Dec 2003 11:25:22 -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=51775
--- shadow/51775 2003-12-05 11:25:21.000000000 -0500
+++ shadow/51775.tmp.21801 2003-12-05 11:25:22.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 51775
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tkaszuba@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Assembly tag is case insensitive
+
+Description of Problem:
+
+For an aspx page that registers a dll the Assembly specified in the
+Assembly tag is case insensitive or the dll loader searches for all
+possible options.
+
+For example:
+
+<%@ Register TagPrefix="Graph" Namespace="ICW.WebControls" Assembly="icw" %
+>
+
+is equivalent to:
+<%@ Register TagPrefix="Graph" Namespace="ICW.WebControls" Assembly="ICW" %
+>