System.Web.HttpUnhandledException异常
System.Web.HttpUnhandledException异常,我是项目,在本地运行好好的,发布到服务器后,访问量大了后导致--------------------------------------------------------------------------------
Exception: System.Web.HttpUnhandledException Message: 引发类型为“System.Web.HttpUnhandledException”的异常。 Source: System.Web 在 System.Web.UI.Page.HandleError(Exception e) 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 在 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 在 System.Web.UI.Page.ProcessRequest() 在 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) 在 System.Web.UI.Page.ProcessRequest(HttpContext context) 在 ASP.store_store_detail_aspx.ProcessRequest(HttpContext context) 位置 c:\windows\\Framework\v2.0.50727\Temporary Files\root\ab564e54\f894770\App_Web_8a5n5sw9.3.cs:行号 0 在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Nested Exception Exception: System.ArgumentException Message: 列“TypeID”不属于表 。 Source: System.Data 在 System.Data.DataRow.GetDataColumn(String columnName) 在 System.Data.DataRow.get_Item(String columnName) 在 NetCMS.store.Store_Detail.GetStoreInfo(String PID) 位置 C:\Users\Administrator\Desktop\\NetCMS\NetCMS\store\Store_Detail.aspx.cs:行号 27 在 NetCMS.store.Store_Detail.Page_Load(Object sender, EventArgs e) 位置 C:\Users\Administrator\Desktop\\NetCMS\NetCMS\store\Store_Detail.aspx.cs:行号 18 在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) 在 System.Web.UI.Control.OnLoad(EventArgs e) 在 System.Web.UI.Control.LoadRecursive() 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
这个异常是不定时发生的,有时候好好的,有时候刷新一下页面就出现这个异常,各位大佬怎么解决啊。