[Mono-bugs] [Bug 357044] New: [Regression] NullReferenceException in AspGenerator.Parse

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 29 14:17:40 EST 2008


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: mhabersack at novell.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list