Error logging out from My Account page

When I choose the logout button in the upper right when I'm in the My Account page, I receive an "Object reference not set to an instance of an object" error. Looks like somebody is not checking to make sure a user is logged on before displaying user info. Tsk tsk tsk...

It's so fun to be on the other side of the software flame thrower every now and then.
1,962 views 1 replies
Reply #1 Top
Actually, it appears, I get the same error logging out from anywhere:

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
Wincustomize.PageBase.CheckLogon() +260
Wincustomize.PageBase.Page_Init(Object sender, EventArgs e) +1274
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnInit(EventArgs e) +67
System.Web.UI.Control.InitRecursive(Control namingContainer) +241
System.Web.UI.Page.ProcessRequestMain() +201