THY02K
August 25th, 2005, 11:30 PM
Hi, I ran into a problem on postbacks everytime:
The viewstate 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.
More Detail:
1. It happens on all postbacks... with all controls...
2. To troubleshoot the problem, I turned EnableViewStateMac=false for the page, the problem doesn't go away.
3. No, the problem didn't occur after Server.Transfer... as described here: http://www.extremeexperts.com/Net/FAQ/ViewStateisCorrupt.aspx
4. No, the page isn't served in a webfarm. So, what's described here (http://www.codinghorror.com/blog/archives/000132.html) concerning validationKey and decryptionKey isn't relevant to the problem at hand, I think.
The viewstate 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.
More Detail:
1. It happens on all postbacks... with all controls...
2. To troubleshoot the problem, I turned EnableViewStateMac=false for the page, the problem doesn't go away.
3. No, the problem didn't occur after Server.Transfer... as described here: http://www.extremeexperts.com/Net/FAQ/ViewStateisCorrupt.aspx
4. No, the page isn't served in a webfarm. So, what's described here (http://www.codinghorror.com/blog/archives/000132.html) concerning validationKey and decryptionKey isn't relevant to the problem at hand, I think.