Server Error in '/' Application.

对象名 'PublicTable' 无效。

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

Source Error:


Line 127:    {
Line 128:        string reval = "";
Line 129:        DataTable dt = pbll.GetList("ParentId=0 and PT_ColumnId=7 and LangId=" + WebLangID + "").Tables[0];
Line 130:        if (dt != null)
Line 131:        {

Source File: d:\wwwroot\obdstarWeb\Files.aspx.cs    Line: 129

Stack Trace:


[Exception: 对象名 'PublicTable' 无效。]
   X100cn.DBUtility.DbHelperSQL.Query(String SQLString) in E:\SVNPROJECT\XycdWeb\Branch\V4.1.0\X100cn.DBUtility\DbHelperSQL.cs:573
   X100cn.DAL.PublicTable.GetList(String strWhere) in E:\SVNPROJECT\XycdWeb\Branch\V4.1.0\Autool.DAL\PublicTable.cs:1443
   X100cn.BLL.PublicTable.GetList(String strWhere) in E:\SVNPROJECT\XycdWeb\Branch\V4.1.0\Autool.BLL\PublicTable.cs:158
   Files.DropList_List(Int32 WebLangID, Int32 PId) in d:\wwwroot\obdstarWeb\Files.aspx.cs:129
   Files.Page_Load(Object sender, EventArgs e) in d:\wwwroot\obdstarWeb\Files.aspx.cs:59
   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