I'm (unfortunately) using VS 2003 to develop for some Windows CE .NET 4.1 mobile devices. The app is written in .NET Compact Framework 1.0 (the OS cannot support any later version of the .NET CF).
Whenever I run my app from Visual Studio, it copies/tries to install .NET CF 1.0 to my device:
Copying netcf.all.wce4.armv4t.cab
It takes a very long time to copy, and then finally the device asks me if I want to re-install (I always say 'no').
Since this takes such a long time to copy, I would ideally like to instruct VS 2003 to not copy the file every time I hit 'debug'. Is there any way to change my deployment settings in this way?
Thanks!!