[Mono-bugs] [Bug 78044][Nor] New - 500 error with TextBox in 2.0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 7 14:57:14 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bugzillatracking at netsyncro.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78044
--- shadow/78044 2006-04-07 14:57:13.000000000 -0400
+++ shadow/78044.tmp.25761 2006-04-07 14:57:13.000000000 -0400
@@ -0,0 +1,80 @@
+Bug#: 78044
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: bugzillatracking at netsyncro.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: 500 error with TextBox in 2.0
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+
+Description of Problem:
+
+500 error
+
+Steps to reproduce the problem:
+
+1. Create page foo.aspx with this
+
+<%@ Page language="c#" %>
+<form runat="server">
+<asp:TextBox id="txtEmail" runat="server" ></asp:TextBox>
+</form>
+
+
+Actual Results:
+Stack Trace:
+
+System.NullReferenceException: Object reference not set to an instance of
+an object
+in <0x002a7>
+System.Web.Compilation.TemplateControlCompiler:CreateControlTree
+(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
+childrenAsProperties)
+in <0x005dd>
+System.Web.Compilation.TemplateControlCompiler:CreateControlTree
+(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
+childrenAsProperties)
+in <0x005dd>
+System.Web.Compilation.TemplateControlCompiler:CreateControlTree
+(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
+childrenAsProperties)
+in <0x00038> System.Web.Compilation.TemplateControlCompiler:CreateMethods ()
+in <0x00015> System.Web.Compilation.PageCompiler:CreateMethods ()
+in <0x005cf> System.Web.Compilation.BaseCompiler:Init ()
+in <0x00094> System.Web.Compilation.BaseCompiler:GetCompiledType ()
+in <0x000ba> System.Web.Compilation.AspGenerator:GetCompiledType ()
+in <0x00029> System.Web.UI.PageParser:CompileIntoType ()
+in <0x00011> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
+in <0x00035> System.Web.UI.PageParser:GetCompiledPageInstance
+(System.String virtualPath, System.String inputFile, System.Web.HttpContext
+context)
+in <0x00010> System.Web.UI.PageHandlerFactory:GetHandler
+(System.Web.HttpContext context, System.String requestType, System.String
+url, System.String path)
+in <0x001da> System.Web.HttpApplication:GetHandler (System.Web.HttpContext
+context)
+in <0x00b23> System.Web.HttpApplication+<Pipeline>__2:MoveNext ()
+
+Expected Results:
+Page executes
+
+How often does this happen?
+Every time
+
+Additional Information:
+
+URL: svn://mono.myrealbox.com/source/trunk/mcs
+Repository UUID: e3ebcda4-bce8-0310-ba0a-eca2169e7518
+Revision: 59119
More information about the mono-bugs
mailing list