[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 14:57:17 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71601
--- shadow/71601 2005-01-22 11:30:56.000000000 -0500
+++ shadow/71601.tmp.2285 2005-01-23 14:57:17.000000000 -0500
@@ -119,6 +119,9 @@
------- Additional Comments From rogerio.araujo@gmail.com 2005-01-22 11:30 -------
The problem is, in fact System.ComponentModel.ComponentConverter
doesn't have a default contructor, this class need to know with type
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.