Very occasionally, one of the pages on my biggest ASP.NET website generates an 'Object reference not set to an instance of an object' error. I assume that this error
is triggered by some action made by the user but I am struggling to understand the associated stack trace, which is always as follows:
at FreeEntry.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive() ...
Go to the complete details ...