[Mono-bugs] [Bug 71601][Wis] Changed - Can't get TypeDescriptor for DataSet.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Feb 2005 10:36:24 -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-25 01:16:36.000000000 -0500
+++ shadow/71601.tmp.10391	2005-02-05 10:36:24.000000000 -0500
@@ -4,20 +4,20 @@
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: Sys.Web
+Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: rogerio.araujo@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Can't store a DataSet in a ViewState
+Summary: Can't get TypeDescriptor for DataSet.
 
 Description of Problem:
 
 Everytime when i try to store a DataSet in a view state i got a error with
 a big stack trace, all details of this error was described here.
 
@@ -135,6 +135,28 @@
 Created an attachment (id=13866)
 The page that calls the user control with view state bug, please note the mysql connection.
 
 
 ------- Additional Comments From rogerio.araujo@gmail.com  2005-01-23 15:29 -------
 Test case attached...
+
+------- Additional Comments From gonzalo@ximian.com  2005-02-05 10:36 -------
+Compile: mcs -r System.Data tc.exe
+----
+using System;
+using System.ComponentModel;
+using System.Data;
+
+class Test {
+        static void Main ()
+        {
+                Console.WriteLine (TypeDescriptor.GetConverter (typeof
+(DataSet)));
+        }
+}
+---
+
+Same error. The Type whose .ctor is not found is
+System.ComponentModel.ComponentConverter (used probably by a
+MarshalByValueComponent).
+
+Moving to System.