[Mono-bugs] [Bug 77898][Wis] New - xsp2 uppercased publickeytoken in web.config doesn't load

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 24 12:23:40 EST 2006


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 ck at carlo-kok.com.

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

--- shadow/77898	2006-03-24 12:23:39.000000000 -0500
+++ shadow/77898.tmp.27227	2006-03-24 12:23:39.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 77898
+Product: Mono: Tools
+Version: unspecified
+OS: Mandrake 9.1
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: ck at carlo-kok.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: xsp2 uppercased publickeytoken in web.config doesn't load
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When having references in the Web.Config file for xsp2
+like:
+<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
+PublicKeyToken=B77A5C561934E089"/> 
+
+At runtime it fails to load it while the same in lowercase works fine:
+<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
+PublicKeyToken=b77a5c561934e089"/> 
+
+Steps to reproduce the problem:
+1. Put attached Web.config.bad file renamed as Web.Config in directory with
+an empty index.aspx file
+2. start xsp2
+3. Go to the url
+
+Actual Results:
+Parser Error
+Description: Error parsing a resource required to service this request.
+Review your source file and modify it to fix this error.
+
+Error message: Assembly System.Windows.Forms, Version=2.0.0.0,
+Culture=neutral, PublicKeyToken=B77A5C561934E089 not found 
+
+Expected Results:
+Success. 
+
+Additional Information:
+The Web.Config.Ok one works fine.


More information about the mono-bugs mailing list