Server Error in '/' Application.

对象名 'CanTestCarModelList' 无效。

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.Exception: 对象名 'CanTestCarModelList' 无效。

Source Error:


Line 94:         //去读取数据库然后递归循环遍历
Line 95:         dtCanTestCarList = new DataTable();
Line 96:         dtCanTestCarList = bll.GetTestCarList(langId);
Line 97: 
Line 98:         //InitTree("0");

Source File: d:\wwwroot\obdstarWeb\testcarmodel.aspx.cs    Line: 96

Stack Trace:


[Exception: 对象名 'CanTestCarModelList' 无效。]
   X100cn.DBUtility.DbHelperSQL.Query(String SQLString) in E:\SVNPROJECT\XycdWeb\Branch\V4.1.0\X100cn.DBUtility\DbHelperSQL.cs:573
   X100cn.DAL.PublicTable.GetTestCarList(Int32 langId) in E:\SVNPROJECT\XycdWeb\Branch\V4.1.0\Autool.DAL\PublicTable.cs:1541
   X100cn.BLL.PublicTable.GetTestCarList(Int32 langId) in E:\SVNPROJECT\XycdWeb\Branch\V4.1.0\Autool.BLL\PublicTable.cs:291
   testcarmodel.GetTestCarList(Int32 langId) in d:\wwwroot\obdstarWeb\testcarmodel.aspx.cs:96
   testcarmodel.Page_Load(Object sender, EventArgs e) in d:\wwwroot\obdstarWeb\testcarmodel.aspx.cs:81
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8964; ASP.NET Version:2.0.50727.8962