views:

1547

answers:

1

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
Why then Sync Framework 1.0 for devices, written in .NET 3.5, doesn't work on Windows Mobile 2003 ?
alex
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

related questions