本文介绍了TimeOut在无人值守超过30分钟时出现应用程序执行错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请参阅以下错误详情:



'/ eWAVE_HRMS'应用程序中的服务器错误。

对象引用未设置为实例一个对象。

描述:执行当前Web请求期间发生了未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。



异常详细信息:System.NullReferenceException:对象引用未设置为实例一个对象。



源错误:



在执行当前网络期间生成了未处理的异常请求。可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息。



堆栈跟踪:





[NullReferenceException:对象引用未设置为对象的实例。]

MasterPage.Page_Load(Object sender,EventArgs e)+3827

System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp,Object o,Object t,EventArgs e)+24

System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)+41

System.Web.UI.Control.OnLoad(EventArgs e)+131

System.Web.UI.Control.LoadRecursive()+65

System.Web.UI.Control.LoadRecursive()+190

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,Boolean includeStagesAfterAsyncPoint)+2427

Please see error details as follow:

Server Error in '/eWAVE_HRMS' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
MasterPage.Page_Load(Object sender, EventArgs e) +3827
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +41
System.Web.UI.Control.OnLoad(EventArgs e) +131
System.Web.UI.Control.LoadRecursive() +65
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427

推荐答案


这篇关于TimeOut在无人值守超过30分钟时出现应用程序执行错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 01:37