I had the following in my event log from my web server. Does anybody know what might be wrong? I researched on the Internet, but found nothing in terms of why it happens. I don't ask what NULL exception is. I very well know that. All I ask is that this exception is thrown from ASP.NET classes. Since I can't see Microsoft's implementation, I just want to know if anyone else has ever encountered the same exception with similar stack trace and how they handled this.
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
at Sample.Test..ctor()
at __ASP.FastObjectFactory_app_web_qquiiyt1.Create_ASP_test_aspx()
at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)