Server Error in '/' Application. 请高手帮忙看看是哪里出问题了呀!感激不尽!急急急~~~
Server Error in '/akk' 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 35: {
Line 36: url = Server.MapPath("Upload/");
Line 37: lblJudge.Text = Session["judge"].ToString();
Line 38: Label5.Text = string.Empty;
Line 39: if (!IsPostBack)
Source File: f:\在线评分系统\Default.aspx.cs Line: 37
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
_Default.Page_Load(Object sender, EventArgs e) in f:\在线评分系统\Default.aspx.cs:37
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2603
补充:.NET技术 , ASP.NET