[Mono-bugs] [Bug 58084][Nor] New - Type System.Web.UI.StateBag is not marked as Serializable and does not implement ISerializable

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 13:33:24 -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 egonia@acxiom.com.

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

--- shadow/58084	2004-05-05 13:33:24.000000000 -0400
+++ shadow/58084.tmp.24809	2004-05-05 13:33:24.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 58084
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: egonia@acxiom.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Type System.Web.UI.StateBag is not marked as Serializable and does not implement ISerializable
+
+Description of Problem:
+XSP test tabcontrol.aspx does not work. I get the error "Type
+System.Web.UI.StateBag is not marked as Serializable and does not implement
+ISerializable" after clicking the Submit button.
+
+Steps to reproduce the problem:
+1. Run mono /usr/bin/xsp.exe --root /usr/share/doc/xsp/test
+2. Run mozilla http://localhost:8080/tabcontrol.aspx
+3. Click the submit button.
+
+This is the list of packages I have installed:
+monodoc-0.15-0.ximian.7.1
+mono-remoting-0.91-0.ximian.7.3
+mono-core-0.91-0.ximian.7.3
+mono-web-forms-0.91-0.ximian.7.3
+mono-directory-0.91-0.ximian.7.3
+mono-ms-enterprise-0.91-0.ximian.7.3
+mono-web-services-0.91-0.ximian.7.3
+mono-window-forms-0.91-0.ximian.7.3
+mono-nunit-0.91-0.ximian.7.3
+mono-ziplib-0.91-0.ximian.7.3
+mono-drawing-0.91-0.ximian.7.3
+mono-posix-0.91-0.ximian.7.3
+mono-data-0.91-0.ximian.7.3
+mono-novell-directory-0.91-0.ximian.7.3
+xsp-0.13-0.ximian.7.1
+
+Actual Results:
+Receive exception "Serializable and does not implement ISerializable" after
+clicking the Submit button."
+
+Expected Results:
+Receive output of TabControl.aspx. Not sure what that is suppose to be, but
+I was expecting something other than an exception.
+
+How often does this happen? 
+
+
+Additional Information: