Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: viewstate error


Message #1 by "Sairam Rangachari" <rangsai@i...> on Tue, 8 Oct 2002 09:49:54 -0500
Hi everyone'
   I m stuck at this problem. sometimes my web page errors out with the
following error.I haven t been able to find any info on it, neither have
i been able to move on.I would appreciate any help.


HttpException (0x80004005): The View State is invalid for this page and
might be corrupted.]
   System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +150
   System.Web.UI.Page.LoadPageViewState() +16
   System.Web.UI.Page.ProcessRequestMain() +421

I know that I m not setting any viewState property anywhere ? is this a
problem should i be setting it somewhere

--s



Message #2 by "Sairam Rangachari" <rangsai@i...> on Tue, 8 Oct 2002 10:31:41 -0500
I think my problem was with the clusters.I found the solution at 
http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;Q323744
jus in case anyone else needs it.
Thanks
--s

-- Original Message --

>Hi everyone'
>   I m stuck at this problem. sometimes my web page errors out with the
>following error.I haven t been able to find any info on it, neither have

>i been able to move on.I would appreciate any help.
>
>
>HttpException (0x80004005): The View State is invalid for this page and
>might be corrupted.]
>   System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +150
>   System.Web.UI.Page.LoadPageViewState() +16
>   System.Web.UI.Page.ProcessRequestMain() +421
>
>I know that I m not setting any viewState property anywhere ? is this a
>problem should i be setting it somewhere
>
>--s
>
>
>
>
>---
>
>ASP.NET 1.0 Namespace Reference with C#
>http://www.wrox.com/acon11.asp?ISBN=3D1861007442
>
>ASP.NET 1.0 Namespace Reference with VB.NET
>http://www.wrox.com/acon11.asp?ISBN=3D1861007450
>
>These books are a complete reference to the ASP.NET namespaces
>for developers who are already familiar with using ASP.NET.
>There is no trivial introductory material or useless .NET
>hype and the presentation of the namespaces, in an easy-to use
>alphabetical order ensures a user-friendly reference format.
>We provide in-depth coverage of all the major ASP.NET classes,
>giving you those real-world tips that the documentation doesn't
>offer, and demonstrating complex techniques with simple
>examples.
>
>---
>





  Return to Index