Does .NET Compact Framework 3.5 work on Windows Mobile 2003 SE without limitations?
+2
A:
Yes, it works fine. The documentation for the download shows this as well.
ctacke
2008-09-26 20:31:30
Why then Sync Framework 1.0 for devices, written in .NET 3.5, doesn't work on Windows Mobile 2003 ?
alex
2008-09-26 23:32:26
Becasue it uses pieces that are specific to, and available only on later devices. The CF is compatible with older devices, but the sync framework is not due to dependencies. It's similar to the fact that the CF can use the Microsoft.WindowsMobile namespace if you're targeting a later model device.
ctacke
2008-09-27 01:46:11