Server Error in '/' Application.

Cannot find column [CategoryId].

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 [CategoryId].

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[EvaluateException: Cannot find column [CategoryId].]
   System.Data.NameNode.Bind(DataTable table, List`1 list) +271
   System.Data.BinaryNode.Bind(DataTable table, List`1 list) +49
   System.Data.DataExpression.Bind(DataTable table) +120
   System.Data.Select..ctor(DataTable table, String filterExpression, String sort, DataViewRowState recordStates) +116
   System.Data.DataTable.Select(String filterExpression) +87
   vCartSite.JqvTabMenu.SetTabItemFromCategory(DataTable& tabItems, DataTable categoryTable, String categoryList, Int32 tabIndex, UrlRewriteFormat destinationUrlFormat) +287
   vCartSite.JqvTabMenu.GetTabItemsTableCache() +1817
   vCartSite.JqvTabMenu.GetTabDataSet(Int32 tabIndex) +468
   Controls_JqvTabMenu_JqvTabMenu.DataBind() +32
   System.Web.UI.Control.DataBindChildren() +248
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +195
   System.Web.UI.Control.DataBindChildren() +248
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +195
   System.Web.UI.Control.DataBindChildren() +248
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +195
   System.Web.UI.Control.DataBindChildren() +248
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +195
   Author_Default.DataBind() +2855
   Author_Default.Page_Load(Object sender, EventArgs e) +155
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   vCartSite.PageBase.OnLoad(EventArgs e) +484
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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