Server Error in '/' Application.

Column 'friendlyURL' does not belong to 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 'friendlyURL' does not belong to table .

Source Error:


Line 35:         if(info.Rows.Count>0)
Line 36:         {
Line 37:             if(info.Rows[0]["friendlyURL"].ToString().ToLower()==friendlyURL.ToLower())
Line 38:             {
Line 39:                 if(info.Rows[0]["personalWebPageUrl"].ToString().Trim().Length>3)

Source File: d:\webs\Watson-Site\_Errors\404.aspx.cs    Line: 37

Stack Trace:


[ArgumentException: Column 'friendlyURL' does not belong to table .]
   System.Data.DataRow.GetDataColumn(String columnName) +1899119
   System.Data.DataRow.get_Item(String columnName) +10
   _404.Page_Load(Object sender, EventArgs e) in d:\webs\Watson-Site\_Errors\404.aspx.cs:37
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


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