473,698 Members | 2,611 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

View State is Invalid


We are experiencing the invalid viewstate error on our pages. Considering the sheer number of people complaining of this problem, I hope a patch is on the way... SOON. Here are the details:

Both server and clients are running Framework 1.1.
We are in a single-server environment.
We have tried the TemplateSourceD irectory fix, the machineCode fix, and the EnableViewState Mac="false" fix.
We have restarted our server and our clients.

Nothing has worked.

Please help,
~ Michelle A.

Nov 17 '05 #1
4 1239
what do your application event logs say about the process? frequent
restarts? error conditions?
"Michelle A." <an*******@disc ussions.microso ft.com> wrote in message
news:3A******** *************** ***********@mic rosoft.com...

We are experiencing the invalid viewstate error on our pages. Considering the sheer number of people complaining of this problem, I hope a patch is on
the way... SOON. Here are the details:
Both server and clients are running Framework 1.1.
We are in a single-server environment.
We have tried the TemplateSourceD irectory fix, the machineCode fix, and the EnableViewState Mac="false" fix. We have restarted our server and our clients.

Nothing has worked.

Please help,
~ Michelle A.

Nov 17 '05 #2

I have not had any errors in the error log regarding
ASP.NET, other than a few about Perf. Counters. My state
server service was not loading due to a bad logon account,
which I have since fixed. I tried switching to
StateServer instead of InProc session management, but to
no avail. I have also reinstalled .NetFramework 1.1 + SP2.

Thank you for your help,

~ Michelle A.

Nov 17 '05 #3
it's not necessarily an error, you need to look for recycle events which, i
think, are information not errors.
"Michelle A." <an*******@disc ussions.microso ft.com> wrote in message
news:11******** *************** *****@phx.gbl.. .

I have not had any errors in the error log regarding
ASP.NET, other than a few about Perf. Counters. My state
server service was not loading due to a bad logon account,
which I have since fixed. I tried switching to
StateServer instead of InProc session management, but to
no avail. I have also reinstalled .NetFramework 1.1 + SP2.

Thank you for your help,

~ Michelle A.

Nov 17 '05 #4
Our users are also having a problem with View State being invalid. I'm not
sure, but we suspect that it might be the documented bug for load-balanced
web servers running on Framework 1.0 (even after SP2 installed).

Microsoft KB tells of a hotfix that can be applied but we're not comfortable
with a quick fix. And I don't think using Framework 1.1 will remove the
bug. Did anyone encounter this bug and remove it too? Is the hotfix
reliable?

As reference, here's the KB article about the bug and fix:
http://support.microsoft.com/default...b;en-us;323744

By the way, I don't recall Framework version 1.1 having an official SP (as
mentioned below) already released. Is there?

Thanks.

Kiko

"Alvin Bruney" <vapordan_spam_ me_not@hotmail_ no_spamhotmail. com> wrote in
message news:OV******** *****@TK2MSFTNG P11.phx.gbl...
it's not necessarily an error, you need to look for recycle events which, i think, are information not errors.
"Michelle A." <an*******@disc ussions.microso ft.com> wrote in message
news:11******** *************** *****@phx.gbl.. .

I have not had any errors in the error log regarding
ASP.NET, other than a few about Perf. Counters. My state
server service was not loading due to a bad logon account,
which I have since fixed. I tried switching to
StateServer instead of InProc session management, but to
no avail. I have also reinstalled .NetFramework 1.1 + SP2.

Thank you for your help,

~ Michelle A.


Nov 17 '05 #5

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

Similar topics

0
1596
by: Mita | last post by:
I Am trying to post my form on to a second page, but it keeps coming with a, error: Exception Details: System.Web.HttpException: The View State is invalid for this page and might be corrupted. Any ideas? Please help.
0
1207
by: Bryan Bolling | last post by:
I am trying to migrate an ASP.NET web application from one server to another. The web app works fine on the original web server, but gives me the following error on the new web server: Server error in '*******' application The view state is invalid for this page and might be corrupted" I have read and contacted Microsoft after reading Knowledge Base Article 812399. They sent me a pre-SP3 service pack which did not solve the problem. I...
2
3210
by: Vinod I | last post by:
Hi Team, When I tryed following code, I am getting the Runtime Error as "The View State is invalid for this page and might be corrupted." Exception Details: System.Web.HttpException: The View State is invalid for this page and might be corrupted. Stack Trace: System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +150 System.Web.UI.Page.LoadPageViewState() +16
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...
5
7974
by: praveen | last post by:
Hello Folks; I am working in ASP.NET application. I would like to know how much characters ( OR How much Size?) I can keep in View State variable. I want the limitation in its size. Is there any way to change/set this view state value. Thanks in advance! Posted Via Usenet.com Premium Usenet Newsgroup Services
2
1840
by: Hope Paka | last post by:
My web page, has an average of 1500 hits every day. Every day, i get invalid view state exception, average of 10 times. The exception message in at the bottom. When i try to parse the view state in the exception message, it is really not well formatted. I do not think that, my customers, change the view state, and try to post it. Somethign that i don't know is happening at the backend? Could somebody have had the same problem.?...
12
7496
by: Doug | last post by:
Hi, I learned a little about the model view presenter pattern at a conference this last week and am experimenting with it. It's working pretty well but I have a question. I am trying to use it to reset info in a combo box. Below is some sample code for my view interface and the presenter: public interface IDevToolView
9
8344
by: Siddu | last post by:
Hi All, I am new to this group and this is my first doubt i am facing at present. I am doing data migration. In this sequence i need to alter few views. Alter in the sense, inside the existing query of view i want to include one more column.
1
1590
by: =?Utf-8?B?YWJjZA==?= | last post by:
My application is using ASP.NET 3.0 and My ASPX pages contain Master page, and content page. The content page (.aspx) has various User controls (ascx). My page view state is significantly large and I am looking for some smart way to rfeduce the page size. So I indentified to manipulate ViewState. When page is posted I will park the ViewState on Server and viewState will not move back and forth. I am doing code as below in Page level by...
0
8610
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
9170
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...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8902
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
8873
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7740
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4623
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
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
2339
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.