Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null Obejct Reference Error
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Null Obejct Reference Error
Miscellaneous
Thread ID:
00841273
Message ID:
00841273
Views:
43
I'm experiencing a wierd, intermittent sort of error that seems to happen mostly when my ASP.Net app has been idle for a few minutes:

"Server Error in '/PHfusin' 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."

The stack trace looks as follows:

[NullReferenceException: Object reference not set to an instance of an object.]
OakLeaf.MM.Main.Business.mmBusinessObject.SetCurrentDataSet(DataSet ds)
PHfusion.PHfFramework.Business.phfBusinessObject.SetDataSet(DataSet ds)
PHfusion.PHfWeb.Message.MessageSummary.Page_Load(Object sender, EventArgs e)
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() + 731

The message makes it looks as if my ancestor object (mmBusinessObject) has been lost completely, and I have no idea how that could be happening. And I can restart the application, repeat the exact same steps a second time and NOT see this error.

Has anyone experienced similar problems? I'd appreciate any advice.
Brian Burlingame
Software Engineer/Consultant
Olympic Consulting Group
brian.burlingame@ocgworld.com
Next
Reply
Map
View

Click here to load this message in the networking platform