“/”應用(yòng)程序中的服務(wù)器錯誤。

未将對象引用(yòng)設置到對象的實例。

說明: 執行當前 Web 請求期間,出現未經處理(lǐ)的異常。請檢查堆棧跟蹤信息,以了解有關該錯誤以及代碼中導緻錯誤的出處的詳細信息。

異常詳細信息: System.NullReferenceException: 未将對象引用(yòng)設置到對象的實例。

源錯誤:


行 24:             Response.Redirect("product.html#d1");
行 25:         }
行 26:         string[] arr = cn.ImgList.Split(',');
行 27:         if (arr != null) {
行 28:             for (int i = 0; i < arr.Length; i++) {

源文(wén)件: f:\usr\localuser\qyw8288250001\pro_desc.aspx.cs    行: 26

堆棧跟蹤:


[NullReferenceException: 未将對象引用(yòng)設置到對象的實例。]
   pro_desc.Page_Load(Object sender, EventArgs e) in f:\usr\localuser\qyw8288250001\pro_desc.aspx.cs:26
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +92
   System.Web.UI.Control.LoadRecursive() +54
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772


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