Server Error in '/' Application.

Cannot find column [integrated].

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.Data.EvaluateException: Cannot find column [integrated].

Source Error:


Line 23:         da.Fill(ds, "Categories");
Line 24:         DataTable table = ds.Tables[0];
Line 25:         DataRow[] parentNavigations = table.Select("CID=" + CurrentCat);
Line 26:         var sb = new StringBuilder();
Line 27:         var sb2 = new StringBuilder();

Source File: c:\WWWROOT\orangebooks.ir\httpdocs\Controls\Navigation.ascx.cs    Line: 25

Stack Trace:


[EvaluateException: Cannot find column [integrated].]
   System.Data.NameNode.Bind(DataTable table, List`1 list) +250
   System.Data.BinaryNode.Bind(DataTable table, List`1 list) +34
   System.Data.BinaryNode.Bind(DataTable table, List`1 list) +34
   System.Data.BinaryNode.Bind(DataTable table, List`1 list) +34
   System.Data.BinaryNode.Bind(DataTable table, List`1 list) +48
   System.Data.DataExpression.Bind(DataTable table) +80
   System.Data.DataExpression..ctor(DataTable table, String expression, Type type) +161
   System.Data.DataTable.Select(String filterExpression) +103
   Navigation.Page_Load(Object sender, EventArgs e) in c:\WWWROOT\orangebooks.ir\httpdocs\Controls\Navigation.ascx.cs:25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Control.LoadRecursive() +200
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2856


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