http://bugzilla.novell.com/show_bug.cgi?id=571510
http://bugzilla.novell.com/show_bug.cgi?id=571510#c3 Lluis Sanchez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Lluis Sanchez <[email protected]> 2010-01-19 18:12:17 UTC --- I tried this test case both on Mono and MS.NET and both yield a result of 0. That [XmlRoot("Item")] attribute in Lookup.cs is useless, since it only applies to document root elements, and it won't apply to array items. The solution is to use [XmlType("Item")] instead, or to apply [XmlArrayItem ("Item")] to the ContactSorts property. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
