[Mono-bugs] [Bug 68008][Nor] Changed - DataSet.GetObjectDat(), DataSet serialization, fails to render the xmlns="" attribute tag on the <xs:schema> element

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 11 Oct 2004 19:55:54 -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 dclough@prconline.com.

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

--- shadow/68008	2004-10-11 19:54:24.000000000 -0400
+++ shadow/68008.tmp.30375	2004-10-11 19:55:54.000000000 -0400
@@ -93,6 +93,11 @@
 
 The omission seems inoccuous at first, but when you try to build a 
 DataSet based upon a known URI, then serialize it over to a Windows .NET 
 platform, Schema compilation can fail.  It appears that simply always 
 including the attribute xmlns="" on the <xs:schema/> element prevents 
 these deserialization exceptions.
+
+------- Additional Comments From dclough@prconline.com  2004-10-11 19:55 -------
+Created an attachment (id=12423)
+Expected output of the provided code (XP, .NET)
+