Hey guys,
This one is a shot in the dark cause i am not sure what the issue is here, i am hoping that someone can enlighten me maybe.
I do extensive error logging and reporting on my website. Since i went live a couple of weeks ago i have encountered a number of exceptions (that were logged and reported to me by my code) of which i have resolved most. None of which, including the one i am about to mention i was ever able to reproduce in development.
My site also tracks user sessions. And i have built and entire back end system that allows me to tie a particular exception to a session. This one does not have a session relating to it... Weird, i would have thought that a user would trigger exception errors but it appears not to be the case.
ERROR MESSAGE:
----------------------
Object reference not set to an instance of an object.
STACKTRACE
------------------
at ASP.global_asax.Session_Start(Object sender, EventArgs e)
at System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e)
at System.Web.SessionState.SessionStateModule.CompleteAcquireState()
at System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData)
at System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
EXTRA DATA
-----------------
System.Collections.ListDictionaryInternal
SOURCE
-----------
App_global.asax
TARGETSITE
----------------
Void Session_Start(System.Object, System.EventArgs)
I get at least one of these every day! Does anyone maybe know what is going on?
Nugs
Anyway, hopefully you'll be able to gather more information.