[RESOLVED] Visual Studio 2005 locked to cf 2.0 apps ?
I made an application for windows CE (using vb.net 2005). But when I install the program I get a message that I need CF 2.0. I updated my PDA to CF 2.0, so problem solved.
The problem is that all my users only have CF 1.0 installed. So without having evrybody update their PDA, is there a possibility to make my application support CF 1.0 ?
Anwin
Re: Visual Studio 2005 locked to cf 2.0 apps ?
Hi,
you can target .Net CF1 when you create a new project - for PocketPC2003 or WM 5 Pocket PC you can see Device Application (1.0) which you can target - but why not just deploy the CF2 runtimes with your app, rather than constrain yourself using CF1???
Re: Visual Studio 2005 locked to cf 2.0 apps ?
Good point. I'll try to deploy the CF2 runtimes in my app.