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

位置 0 沒有資料列。

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

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

原始程式錯誤:


行 57:                 Me.lbFaq.NavigateUrl = "~/product_faq.aspx?s=" & productid & IIf(sAdminReview <> "", "&lng=" & sAdminReview, "")
行 58:             Else
行 59:                 Dim categoryName As String = SysUtlity.fixHTML(dt.Rows(0)("categoryname"))
行 60:                 Dim productName As String = SysUtlity.fixHTML(dt.Rows(0)("productName"))
行 61:                 Me.lbShowRoom.NavigateUrl = "~/" & categoryName & "/" & productid & "/" & productName & "/product_showroom.htm"

原始程式檔: C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\UserControl\collection_menu.ascx.vb    行: 59

堆疊追蹤:


[IndexOutOfRangeException: 位置 0 沒有資料列。]
   System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +2567213
   System.Data.RBTree`1.get_Item(Int32 index) +16
   System.Data.DataRowCollection.get_Item(Int32 index) +16
   usercontrol_collection_menu.Page_Load(Object sender, EventArgs e) in C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\UserControl\collection_menu.ascx.vb:59
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


版本資訊: Microsoft .NET Framework 版本:2.0.50727.8813; ASP.NET 版本:2.0.50727.8951