There are more resources on this subject, but at least this one should get
you started:
https://connect.microsoft.com/feedba...1.0&siteid=210
-- Peter
Site:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
Short urls & more:
http://ittyurl.net
"MichiMichi" wrote:
> I am getting an error on my ASPX 2.0 (AJAX enabled) system lately. I
> did not change my code in any way. The system is on a shared server so
> it might be related to my provider. But I am not sure.
>
> Also, the error happens not all the time. Maybe 10 times out of 1000.
>
> Any suggestion?
>
> Details
>
> System.NullReferenceException: Object reference not set to an instance
> of an object. at System.Web.UI.Page.DecryptString(String s) at
> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
>
> Details Outer Ex:
>
> Exception of type 'System.Web.HttpUnhandledException' was thrown.
>
> Stack Trace:
>
> at System.Web.UI.Page.HandleError(Exception e) at
> System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> at System.Web.UI.Page.ProcessRequest(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> at System.Web.UI.Page.ProcessRequest() at
> System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at
> System.Web.UI.Page.ProcessRequest(HttpContext context) at
> ASP.add_customer_aspx.ProcessRequest(HttpContext context) at
> System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
> Boolean& completedSynchronously)
>
>