[Mono-bugs] [Bug 497174] New: ASP.NET 1.1 is broken with the recent changes made to templateParser.cs
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 22 04:24:55 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=497174
Summary: ASP.NET 1.1 is broken with the recent changes made to
templateParser.cs
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: informatique.internet at fiducial.fr
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.8)
Gecko/2009032711 Ubuntu/8.10 (intrepid) Firefox/3.0.8
A simple aspx page will crash when run with xsp1
Reproducible: Always
Steps to Reproduce:
1. install mono 2.4 from branch and xsp
2. go to xsp test directory
3. launch xsp1
Actual Results:
Server Error in '/' Application
Object reference not set to an instance of an object
Description: HTTP 500. Error processing request.
Stack Trace:
System.NullReferenceException: Object reference not set to an instance of an
object
at System.Web.UI.TemplateParser..ctor () [0x0002c] in
/home/hfongarnand/mono/monostable/mcs/class/System.Web/System.Web.UI/TemplateParser.cs:152
at System.Web.UI.ApplicationFileParser..ctor (System.String fname,
System.Web.HttpContext context) [0x00000] in
/home/hfongarnand/mono/monostable/mcs/class/System.Web/System.Web/UplevelHelper.cs:1
at System.Web.UI.ApplicationFileParser.GetCompiledApplicationType
(System.String inputFile, System.Web.HttpContext context) [0x00000] in
/home/hfongarnand/mono/monostable/mcs/class/System.Web/System.Web.UI/ApplicationFileParser.cs:83
at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext
context) [0x0006c] in
/home/hfongarnand/mono/monostable/mcs/class/System.Web/System.Web/HttpApplicationFactory.cs:471
at System.Web.HttpApplicationFactory.GetApplication (System.Web.HttpContext
context) [0x0001b] in
/home/hfongarnand/mono/monostable/mcs/class/System.Web/System.Web/HttpApplicationFactory.cs:539
at System.Web.HttpRuntime.RealProcessRequest (System.Object o) [0x00052] in
/home/hfongarnand/mono/monostable/mcs/class/System.Web/System.Web/HttpRuntime.cs:493
Expected Results:
It should work...
--
Configure bugmail: http://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