Invalid length for a Base-64 char array.

  •  06-29-2012, 6:38 AM

    Invalid length for a Base-64 char array.

    Hello All,
     
    I am a user of cute soft editor and getting this issue. Pls help me to resolve this issue. Thanks in advance.
     
     
    Client Browser  :
    IE

    Member ID :


    Message
    Invalid length for a Base-64 char array.

    Source
    mscorlib

    Target site
    Byte[] FromBase64String(System.String)

    Stack trace
       at System.Convert.FromBase64String(String s)
       at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)
       at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState)
       at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState)
       at System.Web.UI.HiddenFieldPageStatePersister.Load()

    ToString()
    System.FormatException: Invalid length for a Base-64 char array.
       at System.Convert.FromBase64String(String s)
       at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)
       at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState)
       at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState)
       at System.Web.UI.HiddenFieldPageStatePersister.Load()


     
View Complete Thread