[Mono-bugs] [Bug 69064][Wis] Changed - DataSet.WriteXml bug when using Relations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 09:30: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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69064
--- shadow/69064 2005-01-07 02:13:59.000000000 -0500
+++ shadow/69064.tmp.20911 2005-01-18 09:30:40.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 69064
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Sys.Data
AssignedTo: atsushi@ximian.com
ReportedBy: ivvy@mail.ru
QAContact: mono-bugs@ximian.com
@@ -70,6 +70,11 @@
XML-data correctly. When compiling this code under Linux FedoraCore2 - Mono
1.1 in XML-data wtites only dtGroups? if Relations is using. If comment
"//!!!" code I have correct XML-data
How often does this happen?
Every time
+
+------- Additional Comments From atsushi@ximian.com 2005-01-18 09:30 -------
+It does not reproduce, so it would have been fixed in svn. If the
+example code depends on your data.xml file, please attach it. And,
+please put runnable code or provide how to compile your code.