[Mono-bugs] [Bug 52916][Blo] New - Error restoring page viewstate, Array index is out of range

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jan 2004 18:02:43 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tkaszuba@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52916

--- shadow/52916	2004-01-15 18:02:43.000000000 -0500
+++ shadow/52916.tmp.5009	2004-01-15 18:02:43.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 52916
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tkaszuba@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error restoring page viewstate, Array index is out of range 
+
+I'm getting an "Error restoring page viewstate." running the build from 
+January 14/2004
+
+Stack Trace:
+
+System.IndexOutOfRangeException: Array index is out of range
+in <0x003ea> System.Security.Cryptography.FromBase64Transform:DoTransform 
+(byte[],int,int,byte[],int)
+in <0x0012b> 
+System.Security.Cryptography.FromBase64Transform:TransformFinalBlock (byte
+[],int,int)
+in <0x00121> System.Convert:FromBase64CharArray (char[],int,int)
+in <0x00056> System.Convert:FromBase64String (string)
+in <0x00068> System.Web.UI.ObjectStateFormatter:Deserialize (string)
+in <0x00017> System.Web.UI.LosFormatter:Deserialize (string)
+in <0x000ad> System.Web.UI.Page:LoadPageStateFromPersistenceMedium ()
+
+
+To reproduce the problem, run xsp. In the test application click on 
+Calander.aspx.
+
+Click on the number 17, now click on number 18. Right here is where I get 
+the exception.