Exception

  •  09-01-2004, 11:52 AM

    Exception

    Why would I get this exception?  It never happens when debugging and on the live site it seems to happen about once every 10 mins.  Is there any way to catch it?

     
     

    System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.

    at DotNetGallery.Gallery.get_Culture()

    at DotNetGallery.Gallery.clientGoto_Script()

    at DotNetGallery.Gallery.AddClientScript()

    at DotNetGallery.Gallery.OnPreRender(EventArgs e)

    at System.Web.UI.Control.PreRenderRecursiveInternal()

    at System.Web.UI.Control.PreRenderRecursiveInternal()

    at System.Web.UI.Control.PreRenderRecursiveInternal()

    at System.Web.UI.Page.ProcessRequestMain()

    --- End of inner exception stack trace ---

    at System.Web.UI.Page.HandleError(Exception e)

    at System.Web.UI.Page.ProcessRequestMain()

    at System.Web.UI.Page.ProcessRequest()

    at System.Web.UI.Page.ProcessRequest(HttpContext context)

    at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()

    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

View Complete Thread