[Mono-bugs] [Bug 52602][Min] New - comments makes .ashx files fail

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jan 2004 07:21:23 -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 mwh@sysrq.dk.

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

--- shadow/52602	2004-01-05 07:21:23.000000000 -0500
+++ shadow/52602.tmp.1710	2004-01-05 07:21:23.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 52602
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mwh@sysrq.dk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: comments makes .ashx files fail
+
+When Im commenting in an .ashx file, then XSP-0.8 outputs this error:
+
+Server Error in '/' Application
+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: Text not allowed here
+
+File name:
+/home/cvs/sysrq/code/practice/c#/asp.net/HttpHandler/calculator.ashx    Line: 1
+
+Source Error:
+
+<!- The comment which makes it fail ->
+<%@ WebHandler Language='C#' Class='Calculator' %>
+
+// A simple IHttpHandler, handling calculation tasks.