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

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

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

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

源错误:


行 15:         string pids = Category(dt, cid, "pids", 0) + "," + cid;
行 16: 
行 17:         DataRow[] rows = dt.Select("[Id] in (" + pids + ")");
行 18:         string html = "<ol class=\"breadcrumb pull-left\">";
行 19:         html += "<li><a href=\"/\">首页</a></li>";

源文件: d:\wwwnet\xavea.cn\App_Code\LHH.cs    行: 17

堆栈跟踪:


[NullReferenceException: 未将对象引用设置到对象的实例。]
   LHH.LocationBar(DataTable dt, Object cid) in d:\wwwnet\xavea.cn\App_Code\LHH.cs:17
   ASP.market_news_show_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in d:\wwwnet\xavea.cn\market\news_show.aspx:25
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +116
   System.Web.UI.Page.Render(HtmlTextWriter writer) +38
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +78
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8752


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3930.0