[Mono-bugs] [Bug 59599][Wis] New - False with a capital F appears in autogenerated ASP.NET .cs files, version 0.95

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 10:16:29 -0400 (EDT)


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 zealy@freemail.hu.

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

--- shadow/59599	2004-06-04 10:16:29.000000000 -0400
+++ shadow/59599.tmp.28461	2004-06-04 10:16:29.000000000 -0400
@@ -0,0 +1,54 @@
+Bug#: 59599
+Product: Mono: Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details: sid
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: zealy@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: False with a capital F appears in autogenerated ASP.NET .cs files, version 0.95
+
+Description of Problem:
+Cannot view ASP.NET pages with xsp on my Debian sid PC, not with 0.91 nor 
+with 0.95.
+
+Steps to reproduce the problem:
+1. prepare a fresh install via ./configure, make and make install on mono, 
+mcs and xsp
+2. xsp.exe --application /:. issued from the xsp test directory
+3. browse to localhost:8080
+
+Actual Results:
+Internal server error (500), with message
+
+Error message: /tmp/98235.cs(32,0) : error CS0103: The name `False' could 
+not be found in `ASP.global_asax' /tmp/98235.cs(29,0) : error CS0103: The 
+name `False' could not be found in `ASP.global_asax' (0,0) : error failed: 
+2 error(s), 0 warnings 
+
+...
+
+Line 29:         private static bool __intialized = False;
+
+and additionally on the console running xsp:
+** Message: : u_strToLower error: U_FILE_ACCESS_ERROR, repeated several 
+times.
+
+the latter might very well be the key to the problem, but googling around 
+for this message I found nothing.
+
+How often does this happen? 
+Situation was the same with 0.91 as well, both with that one and with 0.95 
+the error message is always the result.
+
+Additional Information:
+Tried to play around with locales, searched the sources for the string 
+literal "False" but both yielded no particular result.