'/' 應用程式中發生伺服器錯誤。

位置 0 沒有資料列。

描述: 在執行目前 Web 要求的過程中發生未處理的例外狀況。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外狀況詳細資訊: System.IndexOutOfRangeException: 位置 0 沒有資料列。

原始程式錯誤:


行 69:             sqlParam[0].Value = sid;
行 70:             ds = objSystemDB.getSqlData(strSQL, sqlParam, "sys_edm", CommandType.Text);
行 71:             _edmtitle = ds.Tables[0].Rows[0]["item_nm"].ToString();
行 72:             
行 73:             if (ds.Tables[0].Rows.Count > 0)

原始程式檔: d:\HI_HilifeWEB\WEB\hilife_edms.aspx.cs    行: 71

堆疊追蹤:


[IndexOutOfRangeException: 位置 0 沒有資料列。]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +125
   System.Data.DataRowCollection.get_Item(Int32 index) +19
   hilife_edms.GetDataBind() in d:\HI_HilifeWEB\WEB\hilife_edms.aspx.cs:71
   hilife_edms.Page_Load(Object sender, EventArgs e) in d:\HI_HilifeWEB\WEB\hilife_edms.aspx.cs:44
   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.7.4087.0