.NET Compact Framework 2.0 SP2 Released
Ahh I'm so late with this news but I'll have to anyway, it's a great release. Jim Wilson has a detailed list of bug fixes here. From what I've heard, most Windows Mobile 6 devices that will be coming out soon will have SP2 in ROM :)
The .NETCF Team has posted a list of Application Compatibility issues on their blog. here's an excerpt:
Breaking Change
We also found a breaking change through our regular, feature testing. This change was made to match the serialization behavior found on the full .Net Framework. The details of this breaking change are listed below:
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 download the English Version of the .NET Compact Framework 2.0 SP2 here.