Server Error in '/' Application.

There is no row at position 0.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IndexOutOfRangeException: There is no row at position 0.

Source Error:


Line 313: Dim tempInt As New Integer Line 314: If dt.Columns.Contains(columnName) Then Line 315: If Int(dt.Rows(rowNumber)(columnName)) >= 0 Then Line 316: tempInt = Int(dt.Rows(rowNumber)(columnName)) Line 317: Else

Source File: E:\web\evelnetcoil\htdocs\App_Code\webObjects\BaseWebObject.vb    Line: 315

Stack Trace:


[IndexOutOfRangeException: There is no row at position 0.] System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +2140448 System.Data.DataRowCollection.get_Item(Int32 index) +22 evel.webObjects.BaseWebObject.getMandatoryColumnIntegerValueWithErrors(String columnName, DataTable dt, Int32 rowNumber) in E:\web\evelnetcoil\htdocs\App_Code\webObjects\BaseWebObject.vb:315 evel.webObjects.TalkbackItem.setDataFromDataRow(DataTable& dt, Int32 rowNumber) in E:\web\evelnetcoil\htdocs\App_Code\webObjects\TalkbackItem.vb:326 evel.utils.htmlPieces.getMediumSiteHtmlBasedOnVisualTalkbackPriority(PersonalSite& site) in E:\web\evelnetcoil\htdocs\App_Code\utils\htmlPieces.vb:1120 evel.utils.htmlPieces.getTag1SingleTD(AdCollection& colSmallAds, Int32& adsIndex, String smallTemplateName, String mediumTemplateName) in E:\web\evelnetcoil\htdocs\App_Code\utils\htmlPieces.vb:1020 evel.utils.htmlPieces.getTag1SmallAdsTableRows(AdCollection& colSmallAds, Int32& curAdIndex, String smallTemplateName, String mediumTemplateName) in E:\web\evelnetcoil\htdocs\App_Code\utils\htmlPieces.vb:964 communities.Page_Load(Object sender, EventArgs e) in E:\web\evelnetcoil\htdocs\communities_tag1.aspx.vb:60 System.Web.UI.Control.OnLoad(EventArgs e) +97 System.Web.UI.Control.LoadRecursive() +61 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0