I (unfortunately) use VS 2003 for development for some Windows CE.NET 4.1 mobile devices. The application is written in the .NET Compact Framework 1.0 (the OS cannot support a later version of .NET CF).
Whenever I run my application from Visual Studio, it copies / tries to install .NET CF 1.0 on my device:
Copying netcf.all.wce4.armv4t.cab
It takes a lot of time to copy, and then, finally, the device asks me if I want to reinstall (I always say no).
Since it takes a lot of time to copy, I would ideally want VS 2003 to instruct not to copy the file every time I click "debug". Is there a way to change my deployment settings this way?
Thanks!!
Pandincus
source share