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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
                CC: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to