1. The devices all come with .NET CF 1.0 (some service pack, SP3, maybe).
2. There isn't really a 'by default'. If your code is set up for 2.0, it
requires that 2.0 be present, but, if it's compiled for 1.0, it will work
with either 1.0 or 2.0, depending on what is in the device.
3. Sure. Use the New Project Wizard. Select Windows Mobile 5 as the target
device type and there should be two versions of each type of project, those
with no version numbers and those ending with "(1.0)", which target .NET CF
1.0.
Paul T.
> Hi!
>
[quoted text clipped - 29 lines]
> Best regards,
> Cornel Gligan
Daniel Moth - 17 Mar 2006 17:24 GMT
...in addition, see this for determining what netcf version you have on your
device:
http://wiki.opennetcf.org/ow.asp?CompactFrameworkFAQ%2FDeterminingVersion
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
> 1. The devices all come with .NET CF 1.0 (some service pack, SP3, maybe).
>
[quoted text clipped - 42 lines]
>> Best regards,
>> Cornel Gligan