https://bugzilla.novell.com/show_bug.cgi?id=681747
https://bugzilla.novell.com/show_bug.cgi?id=681747#c2 --- Comment #2 from Atsushi Enomoto <[email protected]> 2011-04-07 06:09:51 UTC --- This requires a couple of fixes regarding how XmlSerializerFormatAttribute should be applied. Full WCF works fine with this attribute, but in Silverlight this type does not reside in System.ServiceModel.dll while all internal dependent code for this attribute depends on System.Xml.Serialization and cannot be fixed without some structural changes. Shouldn't be hard, but not cosmetic. In Silverlight app, System.Xml.Serialization.dll must have corresponding implementation inside, so what's important for our System.ServiceModel.dll is to have consistent behavioral processing model for it. -- Configure bugmail: https://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
