Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 12th, 2005, 12:10 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default Looking for help deciphering ASP.NET Err Msg

I'm getting an error response in my app:
Code:
[NullReferenceException: Object reference not set to an instance of an object.]
   WF.wfv_view.Page_Load(Object sender, EventArgs e) +180
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750
   What do “+180,” “+67,” “+35” and “+750” mean?

How would this error be tracked down?
 
Old July 12th, 2005, 12:22 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

What is the line of code that throws the error?

 
Old July 12th, 2005, 03:12 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

That’s what I’m trying to track down...
I turned tracing on, and got this in trace.axd
Code:
aspx.page     Begin Init   
aspx.page     End Init
aspx.page     Begin LoadViewState
aspx.page     End LoadViewState
aspx.page     Begin ProcessPostData 
aspx.page     End ProcessPostData 
aspx.page     Begin ProcessPostData Second Try 
aspx.page     End ProcessPostData Second Try 
aspx.page     Begin Raise ChangedEvents 
aspx.page     End Raise ChangedEvents 
aspx.page     Begin Raise PostBackEvent
 
              Error executing child request for wfv_view.aspx.
                at System.Web.HttpServerUtility.ExecuteInternal(String path, TextWriter writer, Boolean preserveForm)
                at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
                at WF.wfv_filter.btnSubmit_Click(Object sndr, EventArgs e)
Unhandled       at System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e)
Execution       at System.Web.UI.HtmlControls.HtmlInputButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
Error           at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
                at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
                at System.Web.UI.Page.ProcessRequestMain()
                Status Code of the request is 500. (It appears a good process has a status code of 200.)
 
Old July 13th, 2005, 12:25 AM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

Is this happening on the inital page load or during a post back?






Similar Threads
Thread Thread Starter Forum Replies Last Post
Turning a regular ASP.NET App into an AJAX ASP.Net donrafeal7 Ajax 2 August 31st, 2007 12:33 AM
err msg when run my application jack54 ASP.NET 1.0 and 1.1 Basics 1 April 20th, 2006 08:48 AM
Login err msg remotely to WroxUnited harrison4411 BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 March 21st, 2006 01:21 PM
Looking for help deciphering ASP.NET Err Msg BrianWren VB.NET 2002/2003 Basics 0 July 12th, 2005 12:29 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.