刚才打算修改个人资料,结果出现了这么个错误。。问天你看看是怎么回事。。。
Server Error in '/' Application.
Object reference not set to an instance of an object.
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: Line 7: sub page_load(s as object, e as EventArgs)
Line 8: if Not isPostBack Then
Line 9: If Request.Cookies("blogger").Value = "" Then
Line 10: Response.End()
Line 11: Else
Source File: D:\Wuvist\Blogs\system\admin_userinfo.aspx Line: 9
Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.]
ASP.admin_userinfo_aspx.page_load(Object s, EventArgs e) in D:\Wuvist\Blogs\system\admin_userinfo.aspx:9
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
No comments:
Post a Comment