注册 登录
编程论坛 ASP.NET技术论坛

System.Web.HttpUnhandledException异常

lili12 发布于 2013-04-03 08:50, 1593 次点击
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)


这个异常是不定时发生的,有时候好好的,有时候刷新一下页面就出现这个异常,各位大佬怎么解决啊。
3 回复
#2
Aviva_Wang2013-04-04 07:49
可能是连接池的问题吧,也可能是发布时版本选择的问题吧,我猜测的
#3
Aviva_Wang2013-04-04 07:50
前几天在弄发布的事情,表示没有遇到过这样的问题。发布是成功,但是,访问量大才出现的问题吗?
#4
Aviva_Wang2013-04-04 07:52
访问的时候有数据插入?怎么感觉,插入的时候,执行效率不一致造成的呀
1