bypass downloading CF to CE.NET device

  • Thread starter Thread starter A.User
  • Start date Start date
A

A.User

We have an OEM CE device with CF built into the image.
We also use remote debugging.
I have noticed the CF is always downloaded to the device when the debugger
is
first launched even if it is already resident in the image.
Is there a way to override this?
I have an image with CF SP2 built with Platform Builder embedded.
When debugger is launched the original CF 1.0 RTM (from VS) is loaded
(not what I want). I know I could copy the sp2 redistributals to the VS
directory
to allow the sp2 file to download, but from what I have read this is not
recommeded.
It would be much simpler if I could just override the download. yes???
how???
 
opps ... I guess its not really downloading .. I see the message:
Files in the package 'netcf.all.wce4.armv4t.cab' are more recent on the
device than on the development computer. Consider upgrading to the latest
version. Files affected are:

Microsoft.windowsce.forms.dll

..

..

..
 
Back
Top