.NET Compact Framework 2.0 SP2 Released
Service Pack 2 for the .NET Compact Framework has been released. Aside from some debugging enhancements, this release is mainly a collection of bug fixes.
Currently, this service pack is only available as a separate download. The .NET Compact Framework team will be announcing when patches are ready for Windows CE, version 4.2, 5, and 6, and Visual Studio 2005.
There is one breaking change reported by Microsoft.
XmlSerializer serializes object members in order more closely resembling declaration order where no order is explicitly defined.
Previous Behavior: XmlSerializer would scramble the order of XmlElements in a serialized object unless the Order property was set on XmlElementAttribute and similar attributes.
New Behavior: XmlSerializer now takes care to preserve the order that members are reflected from serialized objects where no Order property is explicitly set. Note that where element ordering is important, explicitly setting the Order property is still recommended on both NetCF and .NET Framework to guarantee proper serialization order across platforms and versions.
You can see the complete bug list on the .NET Compact Framework team site.
Community comments
Educational Content
Tuning the Size of Your Thread Pool
Kirk Pepperdine May 23, 2013
Co-making Great Products
Jeff Patton May 22, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think