Server Error in '/applicationV2' Application.
The state information is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The state information is invalid for this page and might be corrupted.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
Stack Trace:
[FormatException: Invalid character in a Base-64 string.]
System.Convert.FromBase64String(String s) +0
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +72
System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) +4
System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +37
System.Web.UI.HiddenFieldPageStatePersister.Load() +113
[ViewStateException: Invalid viewstate.
Client IP: 127.0.0.1
Port:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
ViewState: /wEPDwUKMTY1NDU2MTA1Mg9kFgJmD2QWAgIDD2QWAgIBDw8WAh4EVGV4dAUGbml2YXNoZGRkzDI1GHzMxkZdo9/TylZehKe90Jc=,/wEPDwUKMTk4ODczNTYzMw9kFgICAw9kFgQCAQ8QDxYCHgtfIURhdGFCb3VuZGdkEBUTBEhvbWUHQWJvdXRVcw9XZWJzaXRlIEhvc3RpbmcZd2ViX2hvc3RpbmdfY29tcHJlaGVuc2l2ZQ5XZWJzaXRlX0Rlc2lnbhFTeXN0ZW1fZGVzaWduX0NDSBJJbnRlcm5ldF9tYXJrZXRpbmcDU2VvE0ludGVybmV0X2R2ZXJ0aXNpbmcMRGlyZWN0IEVtYWlsBFZvaXAJUG9ydGZvbGlvD1dlYl9kZXZlbG9wbWVudA1TeXN0ZW1fZGVzaWduDlJlX2RldmVsb3BtZW50B0Nvbm5lY3QRQ29ubmVjdF9zb2x1dGlvbnMEQWRzbBRTb2Z0d2FyZV9kZXZlbG9wbWVudBUTBEhvbWUHQWJvdXRVcw9XZWJzaXRlIEhvc3RpbmcZd2ViX2hvc3RpbmdfY29tcHJlaGVuc2l2ZQ5XZWJzaXRlX0Rlc2lnbhFTeXN0ZW1fZGVzaWduX0NDSBJJbnRlcm5ldF9tYXJrZXRpbmcDU2VvE0ludGVybmV0X2R2ZXJ0aXNpbmcMRGlyZWN0IEVtYWlsBFZvaXAJUG9ydGZvbGlvD1dlYl9kZXZlbG9wbWVudA1TeXN0ZW1fZGVzaWduDlJlX2RldmVsb3BtZW50B0Nvbm5lY3QRQ29ubmVjdF9zb2x1dGlvbnMEQWRzbBRTb2Z0d2FyZV9kZXZlbG9wbWVudB...]
[HttpException (0x80004005): The state information is invalid for this page and might be corrupted.]
System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +106
System.Web.UI.ViewStateException.ThrowViewStateError(Exception inner, String persistedState) +14
System.Web.UI.HiddenFieldPageStatePersister.Load() +217
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +105
System.Web.UI.Page.LoadAllState() +43
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.administration_default_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Remember to click “Mark as Answer” on the post, if it helps you. Because It helps others to find the solution