我们定期在特定页面上出现以下错误,比如我们在asp.net,c#编写的产品网站每1.5 / 2个月发出一次错误。 以下是错误说明:
' /'中的服务器错误应用
对象引用未设置为对象的实例。 描述:执行当前Web请求期间发生未处理的异常。请查看堆栈跟踪,以获取有关错误及其在代码中的起源位置的更多信息。
异常详细信息:System.NullReferenceException:未将对象引用设置为对象的实例。
来源错误:
在执行当前Web请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息。
堆栈追踪:
[NullReferenceException:对象引用未设置为对象的实例。] D:\ Ishit \ Projects \ DayCare \ DayCare \ DayCare \ DayCare \ Report \ ViewLedgerReport.aspx.cs中的DayCare.Report.ViewLedgerReport.Fillddlfamily():124 D:\ Ishit \ Projects \ DayCare \ DayCare \ DayCare \ DayCare \ Report \ ViewLedgerReport.aspx.cs中的DayCare.Report.ViewLedgerReport.Page_Load(Object sender,EventArgs e):45 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
版本信息:Microsoft .NET Framework版本:2.0.50727.5485; ASP.NET版本:2.0.50727.5483
当出现上述错误时,我们只需重新启动网站和IIS,重启几分钟后,它就会重新开始工作。 我们检查了存储过程,工作正常并返回数据。所以,现在我们无法确定问题,为什么它会定期抛出错误。
我们也搜索了很多关于上面的内容,但都给出了null异常的简单答案。
欢迎任何帮助。