[Mono-bugs] [Bug 700208] (Mono 2.10.2) Parser Error when an ASP.NET/C# page has a conditional comment enclosing a <script> tag
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 15 19:26:26 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=700208
https://bugzilla.novell.com/show_bug.cgi?id=700208#c3
--- Comment #3 from Perry Valdez <perryv at gmail.com> 2011-06-15 23:26:25 UTC ---
Oops, I pasted the wrong error message in my bug report . But the attached
screenshot is still correct.
The error message should be:
=================
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.
Parser Error Message: Expecting </script> and got EOF.
Source Error:
Line 6: <head runat="server">
Line 7: <title>Test Page</title>
Line 8: <!--[if lt IE 9]><script type="text/javascript"
src="myjs.js"></script><![endif]-->
Line 9: </head>
Line 10: <body>
Source File: /var/www/vhosts/laptop.testmono.net/html/Default.aspx Lines: 8, 8
Version information: Mono Runtime Version: 2.10.2 (tarball Sat Apr 30 10:15:36
UTC 2011); ASP.NET Version: 4.0.30319.1
=================
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list