Server Error in '/' Application.

'table' argument cannot be null.
Parameter name: table

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.ArgumentNullException: 'table' argument cannot be null.
Parameter name: table

Source Error:


Line 22: 
Line 23: 
Line 24:         dsShopsSet.Tables.Add(dtStates)
Line 25:         dsShopsSet.Tables.Add(dtShops)
Line 26:        

Source File: C:\inetpub\peak38sites\peak3radio\shops.aspx.vb    Line: 24

Stack Trace:


[ArgumentNullException: 'table' argument cannot be null.
Parameter name: table]
   System.Data.DataTableCollection.BaseAdd(DataTable table) +6301909
   System.Data.DataTableCollection.Add(DataTable table) +128
   shops.Page_Load(Object sender, EventArgs e) in C:\inetpub\peak38sites\peak3radio\shops.aspx.vb:24
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062