[Mono-bugs] [Bug 65845][Nor] New - expecting '>'. Got ' /> '

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 10:32:34 -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 jwezel@compumaster.de.

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

--- shadow/65845	2004-09-13 10:32:34.000000000 -0400
+++ shadow/65845.tmp.31078	2004-09-13 10:32:34.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 65845
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jwezel@compumaster.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: expecting '>'. Got ' /> ' 
+
+Cannot parse page with following 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: expecting '>'. Got ' /> ' 
+
+File name: /mono-
+dev/wwwroot/sysdata/includes/standardtemplate_top_frameset.ascx    Line: 9 
+
+Source Error: <head>
+<link rel="stylesheet" type="text/css" href="<%# 
+cammWebManager.Internationalization.User_Auth_Config_UserAuthMasterServer 
+& cammWebManager.Internationalization.User_Auth_Config_Paths_SystemData %
+>style_standard.css">
+<title><%# cammWebManager.PageTitle %></title>
+<camm:META id="META" runat="server" cammWebManager=<%# cammWebManager %> />
+</head>
+
+<body bgcolor="#ffffff" leftmargin="0" topmargin="10" marginwidth="0" 
+marginheight="10" <%# cammWebManager.PageAdditionalBodyAttributes %>>
+
+ 
+
+Expected Results:
+This writing style of 
+<camm:META id="META" runat="server" cammWebManager=<%# cammWebManager %> />
+should be supported (as MS.NET does).