Server Error in '/' Application.

Cannot find table 6.

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: Cannot find table 6.

Source Error:


Line 75:         Dim ds As DataSet = New DataSet()
Line 76:         ds.ReadXml(reader)
Line 77:         Return ds.Tables(rssIndex)
Line 78: 
Line 79:     End Function

Source File: D:\webserver\resources.rallynuts.com\Products.aspx.vb    Line: 77

Stack Trace:


[IndexOutOfRangeException: Cannot find table 6.]
   System.Data.DataTableCollection.get_Item(Int32 index) +58
   _Default.GetRSSFeed(String strURL, Int32 rssIndex) in D:\webserver\resources.rallynuts.com\Products.aspx.vb:77
   _Default.Page_Load(Object sender, EventArgs e) in D:\webserver\resources.rallynuts.com\Products.aspx.vb:103
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433