[Mono-bugs] [Bug 71601][Wis] Changed - Can't store a DataSet in a ViewState

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 23 Jan 2005 15:25:40 -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 rogerio.araujo@gmail.com.

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

--- shadow/71601	2005-01-23 14:57:17.000000000 -0500
+++ shadow/71601.tmp.2546	2005-01-23 15:25:40.000000000 -0500
@@ -122,6 +122,11 @@
 he needs to convert/serialize to store in a view state. So public
 static object CreateInstance(Type type, bool nonPublic) at
 Activator.cs in line 240 doesn't works fine for this situation.
 
 ------- Additional Comments From gonzalo@ximian.com  2005-01-23 14:57 -------
 Please,  attach a test case.
+
+------- Additional Comments From rogerio.araujo@gmail.com  2005-01-23 15:25 -------
+Created an attachment (id=13865)
+User control that needs to store the DataSet
+