[Mono-bugs] [Bug 357547] New: The 1.1 profile of ASP. NET crashes when parsing aspx pages
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 31 05:39:26 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=357547
Summary: The 1.1 profile of ASP.NET crashes when parsing aspx
pages
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: jbevain at novell.com
QAContact: mono-bugs at lists.ximian.com
CC: informatique.internet at fiducial.fr
Found By: ---
Repro:
--
<%@ Page Language="C#" %>
<script runat="server">
public void Page_Load (object sender, EventArgs e)
{
HelloWorld.Text = "Hello World !";
}
</script>
<html>
<head>
<title>ASP.NET Hello World</title>
</head>
<body bgcolor="#FFFFFF">
<p><asp:label id="HelloWorld" runat="server" /></p>
</body>
</html>
--
This is with SVN head, post 1.9 branching, so it requires a backport.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list