473,796 Members | 2,460 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

invalid viewstate error caused by client?

Hi

I've got a client who's getting intermittent errors about invalid
viewstate. it happens on random pages. I never get these errors
myself. I've already done everything Microsoft recommends to address
these kinds of issues short of disabling antivirus protection on my
client's pc. From what I understand, viewstate should be maintained by
the server. Is it possible there's something on the client's pc I
should be looking at?

This is a dot net 1.1 app if that makes any difference.

tks
Feb 23 '08 #1
3 1850
Hello steven,

u need to get the EventLog records when ViewStrate is corrupted to understand
what happens

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
sHi
s>
sI've got a client who's getting intermittent errors about invalid
sviewstate. it happens on random pages. I never get these errors
smyself. I've already done everything Microsoft recommends to address
sthese kinds of issues short of disabling antivirus protection on my
sclient's pc. From what I understand, viewstate should be maintained
sby the server. Is it possible there's something on the client's pc I
sshould be looking at?
s>
sThis is a dot net 1.1 app if that makes any difference.
s>
stks
s>
Feb 24 '08 #2
On Feb 24, 1:42*am, Michael Nemtsev [MVP] <nemt...@msn.co mwrote:
Hello steven,

u need to get the EventLog records when ViewStrate is corrupted to understand
what happens
i checked and there's nothing there.
>
---
WBR,
Michael *Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

sHi
s>
sI've got a client who's getting intermittent errors about invalid
sviewstate. it happens on random pages. *I never get these errors
smyself. I've already done everything Microsoft recommends to address
sthese kinds of issues short of disabling antivirus protection on my
sclient's pc. From what I understand, viewstate should be maintained
sby the server. Is it possible there's something on the client's pc I
sshould be looking at?
s>
sThis is a dot net 1.1 app if that makes any difference.
s>
stks
s>
Feb 25 '08 #3
On Feb 25, 9:34*am, steven <s_mu...@hotmai l.comwrote:
On Feb 24, 1:42*am, Michael Nemtsev [MVP] <nemt...@msn.co mwrote:
Hello steven,
u need to get the EventLog records when ViewStrate is corrupted to understand
what happens

i checked and there's nothing there.
anyone?
>

---
WBR,
Michael *Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
sHi
s>
sI've got a client who's getting intermittent errors about invalid
sviewstate. it happens on random pages. *I never get these errors
smyself. I've already done everything Microsoft recommends to address
sthese kinds of issues short of disabling antivirus protection on my
sclient's pc. From what I understand, viewstate should be maintained
sby the server. Is it possible there's something on the client's pc I
sshould be looking at?
s>
sThis is a dot net 1.1 app if that makes any difference.
s>
stks
s>- Hide quoted text -

- Show quoted text -
Feb 26 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4046
by: Ersin Gençtürk | last post by:
Server : WEB System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.Web.HttpException: The View State is invalid for this page and might be corrupted. at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() at System.Web.UI.Page.LoadPageViewState() at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e)...
5
5682
by: Hardy Wang | last post by:
Hi all: I developed a web site, it passed various testing internally. When I put this site in production, I receive some error reports from this site saying "the viewstate is invalid for this page and might be corrupted". I am wandering what kind of client side problem may cause this error? Is it possible that user uses a browser which has local cache turned on all the time? Thanks for any suggestion.
3
2837
by: Trevor Andrew | last post by:
Hi There, I have a small ASP.NET application under development. I am using VS.NET 2002 (2003 upgrade is on the way) with .NET Framework 1.1. It is hosted on a web hosting service in the US. I am experiencing the "Viewstate corrupted" error message on a particular page, when that page is left for a period of time and I return to it again, and submit it again. The page in question has a drop-down list of various RSS news feeds I am...
2
783
by: Brad | last post by:
I have an intranet app that has just started sporadically getting the following error "The viewstate is invalid for this page and might be corrupted." By sproadic I mean 3-4 times during the past two days out of 100's of hits. The error just started yesterday and this app has been running for quite some time without this error and has not been updated just before or after the error started. Reseaching this error I've checked the...
2
1341
by: Bartosz Krzywicki | last post by:
I have a problem with the following error: "Server Error in '/sir' Application. -------------------------------------------------------------------------------- The viewstate is invalid for this page and might be corrupted. " Page properties are: EnableViewState="True" EnableViewStateMac="False" I don't have a Web Farm. I want to keep DataSet in ViewState, so in Page_Load i load some data and save them in the ViewState.
7
1468
by: Jason | last post by:
Can anybody help on the following error : 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. Exception Details: System.Web.HttpException: The viewstate is invalid for this page and might be corrupted.
5
11328
by: danc | last post by:
I keep getting this error. I have scoured the web and could not find any applicable information. It seems to have really started since I upgraded to the 1.1 framework. Any help is appreciated. Using: *ASP.NET 1.1 *Single machine (no clusters) *Simple postbacks (no postbacks to different pages) *Using only Response.Redirect() when applicable *The page works fine. The error appears at random occasions.
11
2485
by: Nad | last post by:
Hello, I have a page with two link buttons. When I click on the first one I call server.execute("target.aspx") to view target.aspx on the original page. Then I click on the second link button and in this case I redirect to another page, HOWEVER, I get Invalid ViewState exception. I know the problem stems from server.execute but don't know why. Any Ideas? Thank you.
0
5743
by: tynorton | last post by:
Hey, I've been working on this issue for a while now, with no leads or success. The scenario is a homemade modal dialog using UpdatePanels. There a couple ImageButtons inside of usercontrols with their OnClick events delegated to file.aspx. Here is my error (These happen fairly infrequently, say, 5-10 times an
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9525
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10452
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10169
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5569
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.