DecryptString Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MichiMichi

    DecryptString Error

    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.NullRefe renceException: Object reference not set to an instance
    of an object. at System.Web.UI.P age.DecryptStri ng(String s) at
    System.Web.UI.P age.ProcessRequ estMain(Boolean
    includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)

    Details Outer Ex:

    Exception of type 'System.Web.Htt pUnhandledExcep tion' was thrown.

    Stack Trace:

    at System.Web.UI.P age.HandleError (Exception e) at
    System.Web.UI.P age.ProcessRequ estMain(Boolean
    includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    at System.Web.UI.P age.ProcessRequ est(Boolean
    includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    at System.Web.UI.P age.ProcessRequ est() at
    System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context) at
    System.Web.UI.P age.ProcessRequ est(HttpContext context) at
    ASP.add_custome r_aspx.ProcessR equest(HttpCont ext context) at
    System.Web.Http Application.Cal lHandlerExecuti onStep.System.W eb.HttpApplicat ion.IExecutionS tep.Execute()
    at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
    Boolean& completedSynchr onously)

  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: DecryptString Error

    There are more resources on this subject, but at least this one should get
    you started:


    -- 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.NullRefe renceException: Object reference not set to an instance
    of an object. at System.Web.UI.P age.DecryptStri ng(String s) at
    System.Web.UI.P age.ProcessRequ estMain(Boolean
    includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    >
    Details Outer Ex:
    >
    Exception of type 'System.Web.Htt pUnhandledExcep tion' was thrown.
    >
    Stack Trace:
    >
    at System.Web.UI.P age.HandleError (Exception e) at
    System.Web.UI.P age.ProcessRequ estMain(Boolean
    includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    at System.Web.UI.P age.ProcessRequ est(Boolean
    includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
    at System.Web.UI.P age.ProcessRequ est() at
    System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context) at
    System.Web.UI.P age.ProcessRequ est(HttpContext context) at
    ASP.add_custome r_aspx.ProcessR equest(HttpCont ext context) at
    System.Web.Http Application.Cal lHandlerExecuti onStep.System.W eb.HttpApplicat ion.IExecutionS tep.Execute()
    at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
    Boolean& completedSynchr onously)
    >
    >

    Comment

    Working...