Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: login Pin
Vimalsoft(Pty) Ltd11-Jan-10 3:43
professionalVimalsoft(Pty) Ltd11-Jan-10 3:43 
GeneralRe: login [modified] Pin
arkiboys11-Jan-10 3:55
arkiboys11-Jan-10 3:55 
AnswerRe: login Pin
dan!sh 11-Jan-10 4:21
professional dan!sh 11-Jan-10 4:21 
GeneralRe: login Pin
arkiboys11-Jan-10 21:39
arkiboys11-Jan-10 21:39 
AnswerRe: login Pin
carlecomm20-Jan-10 1:32
carlecomm20-Jan-10 1:32 
QuestionSystem.Web.HttpException: The state information is invalid for this page and might be corrupted. Pin
prabhakar dwivedi11-Jan-10 2:33
prabhakar dwivedi11-Jan-10 2:33 
AnswerRe: System.Web.HttpException: The state information is invalid for this page and might be corrupted. Pin
Vimalsoft(Pty) Ltd11-Jan-10 3:04
professionalVimalsoft(Pty) Ltd11-Jan-10 3:04 
GeneralRe: System.Web.HttpException: The state information is invalid for this page and might be corrupted. Pin
prabhakar dwivedi11-Jan-10 3:42
prabhakar dwivedi11-Jan-10 3:42 
Thanks below are the complete deatils of error

I allready clean the asp.net Temporary files.



No relevant source lines]


Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\opensearch\71fa1e73\e4433ca6\App_Web_ezvhodyz.2.cs Line: 0

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: 7073
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)
ViewState: /wEPDwUKLTg0MjY3NDI4MA9kFgICAQ9kFgQCDQ88KwALAQAPFg4eC18hSXRlbUNvdW50AgMeCERhdGFLZXlzFgAeCFBhZ2VTaXplAgoeCVBhZ2VDb3VudAIBHhVfIURhdGFTb3VyY2VJdGVtQ291bnQCAx4QVmlydHVhbEl0ZW1Db3VudAIDHhBDdXJyZW50UGFnZUluZGV4ZmQWAmYPZBYGAgIPZBYCZg9kFgYCAQ8PFgYeBFRleHQFEyBUZXN0UG9ydGFsID4gSG9tZSAeD0NvbW1hbmRBcmd1bWVudAWLAWh0dHA6Ly9sb2NhbGhvc3QvT3BlblNlYXJjaC9IaWdobGlnaHRlci5hc3B4P0RvY0lkPTIwJkluZGV4PWMlM2ElNWNpbmV0cHViJTVjd3d3cm9vdCU1Y09wZW5TZWFyY2glNWNkdFNlYXJjaCU1Y0ROTlNpdGUxJkhpdENvdW50PTEmaGl0cz0yMCseC0NvbW1hbmROYW1lBV5Eb2NJZD0yMCZJbmRleD1jJTNhJTVjaW5ldHB1YiU1Y3d3d3Jvb3QlNWNPcGVuU2VhcmNoJTVjZHRTZWFyY2glNWNETk5TaXRlMSZIaXRDb3VudD0xJmhpdHM9MjArZGQCAg8VAZwBLi4ua25vd2xlZGdlIEludGVyYWN0IGFuZCBlbmdhZ2Ugd2l0aCBvdGhlciBtZW1iZXJzIG9mIHRoZSBEb3ROZXROdWtlIDxiPmNvbW11bml0eTwvYj4gJiM4M...]

[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.dtadvancesearch_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\opensearch\71fa1e73\e4433ca6\App_Web_ezvhodyz.2.csBlush | :O
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75



help me
Thanks

prabhakar dwivedi

QuestionHow to Get the ID of a Hidden Field in a grid Pin
Vimalsoft(Pty) Ltd11-Jan-10 2:00
professionalVimalsoft(Pty) Ltd11-Jan-10 2:00 
Questionneed to move rows up or down in Ultraweb grid Pin
priyagee11-Jan-10 1:18
priyagee11-Jan-10 1:18 
AnswerRe: need to move rows up or down in Ultraweb grid Pin
Vimalsoft(Pty) Ltd11-Jan-10 2:35
professionalVimalsoft(Pty) Ltd11-Jan-10 2:35 
GeneralRe: need to move rows up or down in Ultraweb grid Pin
priyagee11-Jan-10 18:27
priyagee11-Jan-10 18:27 
Questionhow to read the string and get the src of image in whole string Pin
Niraj00111-Jan-10 1:00
Niraj00111-Jan-10 1:00 
AnswerRe: how to read the string and get the src of image in whole string Pin
Dinesh Mani11-Jan-10 1:14
Dinesh Mani11-Jan-10 1:14 
Questionexport excel to pdf formate in c# Pin
Pankaj Saha10-Jan-10 23:43
Pankaj Saha10-Jan-10 23:43 
AnswerRe: export excel to pdf formate in c# Pin
Pankaj Saha11-Jan-10 0:09
Pankaj Saha11-Jan-10 0:09 
Questionhelp c# Pin
ptvce10-Jan-10 22:57
ptvce10-Jan-10 22:57 
Questionemail Pin
mylogics10-Jan-10 22:22
professionalmylogics10-Jan-10 22:22 
AnswerRe: email Pin
Vimalsoft(Pty) Ltd11-Jan-10 2:20
professionalVimalsoft(Pty) Ltd11-Jan-10 2:20 
GeneralRe: email Pin
mylogics11-Jan-10 19:35
professionalmylogics11-Jan-10 19:35 
GeneralRe: email Pin
Vasudevan Deepak Kumar12-Jan-10 4:09
Vasudevan Deepak Kumar12-Jan-10 4:09 
QuestionDelete record in Gridview Pin
Nopo10-Jan-10 21:46
Nopo10-Jan-10 21:46 
AnswerRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 22:14
Dinesh Mani10-Jan-10 22:14 
GeneralRe: Delete record in Gridview Pin
Nopo10-Jan-10 22:36
Nopo10-Jan-10 22:36 
GeneralRe: Delete record in Gridview Pin
Dinesh Mani10-Jan-10 22:50
Dinesh Mani10-Jan-10 22:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.