[Mono-bugs] [Bug 47937][Wis] New - Viewstate gives index out of range

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 16:31:36 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/47937	2003-08-26 16:31:35.000000000 -0400
+++ shadow/47937.tmp.22016	2003-08-26 16:31:35.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 47937
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Viewstate gives index out of range
+
+Description of Problem:
+There are errors with view state.
+
+Steps to reproduce the problem:
+1. get http://users.hawken.edu/05mauben/weblogx.tgz
+2. run xsp in the extracted dir
+3. on the default.aspx page, attemt to login (username and password admin).
+Do not click remember login.
+
+Actual Results:
+System.ArgumentOutOfRangeException: Index is less than 0 or more than or
+equal to the list count.
+Parameter name: index
+3
+in [0x00028] (at
+/devel/mcs/class/corlib/System.Collections/ArrayList.cs:2582) 00
+System.Collections.ArrayList:get_Item (int)
+in [0x000af] (at /devel/mcs/class/System.Web/System.Web.UI/Control.cs:848)
+00 System.Web.UI.Control:LoadViewStateRecursive (object)
+in [0x000b4] (at /devel/mcs/class/System.Web/System.Web.UI/Control.cs:848)
+00 System.Web.UI.Control:LoadViewStateRecursive (object)
+in [0x000b4] (at /devel/mcs/class/System.Web/System.Web.UI/Control.cs:848)
+00 System.Web.UI.Control:LoadViewStateRecursive (object)
+in [0x000b4] (at /devel/mcs/class/System.Web/System.Web.UI/Control.cs:848)
+00 System.Web.UI.Control:LoadViewStateRecursive (object)
+in [0x0001b] (at /devel/mcs/class/System.Web/System.Web.UI/Page.cs:766) 00
+System.Web.UI.Page:LoadPageViewState ()
+in [0x0002d] (at /devel/mcs/class/System.Web/System.Web.UI/Page.cs:591) 00
+System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in [0x00094] (at
+/devel/mcs/class/System.Web/System.Web/HttpApplication.cs:404) 00
+.ExecuteHandlerState:Execute ()
+in [0x0000e] (at
+/devel/mcs/class/System.Web/System.Web/HttpApplication.cs:664) 00
+.StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)
+
+Expected Results:
+Successful login