What does this stack trace mean?

G

Guest

2007-01-13 18:40:56,443 [7] ac.server ERROR Error - An unexpected exception for
user: admin
System.NullReferenceException: Object reference not set to an instance of an
obj
ect.
at Windward.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object
o, Ob
ject t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender,
Eve
ntArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoin
t, Boolean includeStagesAfterAsyncPoint)

None of the stack is my code so I have no idea how to figure this out. What
is happening is I am trying to go to default.aspx and I get the Forms loging
screen. I enter that and hit submit and then this happens.

I did get some test code in there that logs in my user and that does succeed.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
K

Karl Seguin

DO you have a page called Windward? you have a null reference in your
page_load event.

Karl
 
G

Gaurav Vaish \(MasterGaurav\)

System.NullReferenceException: Object reference not set to an instance of
an
obj
ect.
at Windward.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object
o, Object t, EventArgs e)

You are trying to make use of a variable that is still not instantiated.
Page under consideration is Windward.aspx


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujinionline.com
-----------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,743
Messages
2,569,477
Members
44,898
Latest member
BlairH7607

Latest Threads

Top