“/”應用程序中的服務器錯誤 。

在位置 0 處沒有任何行 。

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

異常詳細信息: System.IndexOutOfRangeException: 在位置 0 處沒有任何行 。

源錯誤:


行 129:        if(vid==20) {
行 130:            mds = mdb.GetDs("select *from ClassSys  where  ClassSys0=" + Subid + "");
行 131:            mds = mdb.GetDs("select *from ClassSys where  ClassSys2=" + mds.Tables[0].Rows[0][2]+ "");
行 132:            if (mds.Tables.Count > 0)
行 133:            {

源文件: d:\webs\cksl\wwwroot\Product.aspx.cs    行: 131

堆棧跟蹤:


[IndexOutOfRangeException: 在位置 0 處沒有任何行
。]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +125
   System.Data.DataRowCollection.get_Item(Int32 index) +19
   Product.Page_Load(Object sender, EventArgs e) in d:\webs\cksl\wwwroot\Product.aspx.cs:131
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +154
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082


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