Server Error in '/' Application.

Column 'easting' does not belong to table 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.ArgumentException: Column 'easting' does not belong to table Table.

Source Error:


Line 89: 
Line 90:             If DS.Tables(0).Rows.Count = 1 Then
Line 91:                 iEasting = DS.Tables(0).Rows(0).Item("easting")
Line 92:                 iNorthing = DS.Tables(0).Rows(0).Item("northing")
Line 93:                 bbID = DS.Tables(0).Rows(0).Item("bbid")

Source File: C:\Inetpub\wwwroot\pagemost.com\Default.aspx.vb    Line: 91

Stack Trace:


[ArgumentException: Column 'easting' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +1887619
   System.Data.DataRow.get_Item(String columnName) +10
   _Default.getEandNbyName(Object bbShortName) in C:\Inetpub\wwwroot\pagemost.com\Default.aspx.vb:91
   _Default.form1_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\pagemost.com\Default.aspx.vb:643
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


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