I don't understand the following error message

Discussion in 'ASP.NET / ASP.NET Core' started by Bruce, Sep 23, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    This error usually means a corrupted view state. Do you put a lot of stuff in the viewstate?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Hi

    The last month I have recieved some error messages from one of my applications. I have set up global.asax to email me when unhandled exceptions is thrown. I haven't updated this particular application but the error messages has shown up for the last month. I don't understand them. Perhaps somone here understand? When the error occour the applications sends about 10 emails with small diffrences in them but all within the same minute. Then after a week or so... it happens again.

    Does anyone have any idea about what could be wrong?

    One of the error emails:
    -----------------------------------------------------------------------------------
    UNHANDLED Error in application: www.edvardmatz.com at



    den 23 september 2005 14:05 On server WEB108


    Error in System.Web: Exception of type System.Web.HttpUnhandledException was thrown.


    Stack Trace HandleError


    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)


    Inner Exception:


    Error in System.Web: Invalid_Viewstate


    Client IP: 205.136.240.131


    Port: 2711


    User-Agent:


    ViewState: [email protected]


    Content-Type: multipart/mixed; boundary="===============0771561063=="


    MIME-Version: 1.0


    Subject: 1b7a2f8f


    To: [email protected]


    bcc: [email protected]


    From: [email protected]


    This is a multi-part message in MIME format.


    --===============0771561063==


    Content-Type: text/plain; charset="us-ascii"


    MIME-Version: 1.0


    Content-Transfer-Encoding: 7bit


    dxezkl


    --===============0771561063==--


    Http-Referer: http://www.edvardmatz.com/


    Path: /index.aspx.


    Stack Trace LoadPageStateFromPersistenceMedium


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


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


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


    Inner Exception:


    Error in mscorlib: Invalid character in a Base-64 string.


    Stack Trace FromBase64String


    at System.Convert.FromBase64String(String s)


    at System.Web.UI.LosFormatter.Deserialize(String input)


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


    Malin

    ~Postingat the DASP-forum since thebeginning ~
     
  3. I have gotten these errors every now and again as well. They seem to be random and infrequent. I'm confident that they're a .NET 2.0 Beta 2 framework related issue that will be fixed when .net 2.0 comes out of beta. I wouldn't worry too much about them and just handle them by giving the client a new session and resetting their viewstate.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page