https://bugzilla.novell.com/show_bug.cgi?id=357044
Summary: [Regression] NullReferenceException in
AspGenerator.Parse
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
The following aspx results in a NRE in
System.Web.Compilation.AspGenerator.Parse:
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Globalization" %>
<html>
<head>
<script runat="server">
protected override void OnLoad(EventArgs e)
{
Span1.InnerHtml = "OK" ;
}
</script>
</head>
<body>
<h3>HtmlButton Sample</h3>
<form id="ServerForm" runat="server">
<span id="Span1" runat="server" />
</form>
</body>
</html>
Note:
This only happens on the 1.0 profile. It works fine on the 2.0 profile.
--
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