[Mono-bugs] [Bug 53017][Cri] Changed - Remoting Interop between Microsoft CLR 1.0 on Windows and Mono on Linux passing DataTables
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 21:02:27 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53017
--- shadow/53017 2004-02-03 11:49:53.000000000 -0500
+++ shadow/53017.tmp.12410 2004-05-12 21:02:27.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 53017
-Product: Mono/Runtime
+Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: Windows/Linux
Status: NEW
Resolution:
Severity: Unknown
Priority: Critical
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: lluis@ximian.com
ReportedBy: matt.davey@finetix.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Remoting Interop between Microsoft CLR 1.0 on Windows and Mono on Linux passing DataTables
@@ -114,6 +114,11 @@
myDataColumn.DataType = typeof(System.String);
myDataColumn.ColumnName = "Bob";
ds.Columns.Add(myDataColumn);
c.SendDataSet(ds);
}
}
+
+------- Additional Comments From miguel@ximian.com 2004-05-12 21:02 -------
+Am assigning to Lluis to review the remoting bits.
+
+