下面是今天在china-pub遇到的错误的网页,从中可以看到部分的源代码和部署的位置:“ d:"jisuanji_fabu"sale"sale_check.aspx.cs”
此为志



“/”应用程序中的服务器错误。

未将对象引用设置到对象的实例。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。

源错误:

行 144:                {
行 145: //Response.Write("dt you huo ");
行 146: totalcount = int.Parse(Utilities.m.Get(pagecountskey).ToString());
行 147: curpage = int.Parse(thepagenum);
行 148: setPagingInfo();

源文件: d:"jisuanji_fabu"sale"sale_check.aspx.cs    行: 146

堆栈跟踪:

[NullReferenceException: 未将对象引用设置到对象的实例。]
liu.web.sale.CheckOut() in d:"jisuanji_fabu"sale"sale_check.aspx.cs:146
liu.web.sale.Page_Load(Object o, EventArgs e) in d:"jisuanji_fabu"sale"sale_check.aspx.cs:121
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


版本信息: Microsoft .NET Framework 版本:2.0.50727.1433; ASP.NET 版本:2.0.50727.1433