Upgrading a device's compact framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have two PPC2003 devices that need to be upgraded to version 2 of
the compact framework from 1.0.4292.00. How can this be done? I am running
VS2005.

Thank you.
 
If you're running from Studio and the project targets CF 2.0, Studio will
push it down for you. To manually deploy copy the CF 2.0 cab to the devie
and tap on it.

-Chris
 
Chris, VS2005 responds to download of application with:

It gives messege : "Unable to start program %CSIDL_PROGRAMA_FILES%\....
Unable to load the CLR. The target device does not have a compatible version
of
the CLR installed for the application you are attempting to debug. Verify
that your device supports the apprpriate CLR version and has that CLR
installed. Some devices do not support automatic CLR upgrade".

And the application does not download. As regards manually loading the 2.0
CF cab, there are several and, even though I know it is an ARM processor, am
not sure which cab to load or were to load on the devices.

Regards, drumred
 
Chris, I created a new Pocket PC application with only a simple form and then
debugged it which loaded the Version 2 compact framework. Thanks for the
guidance.

Regards, drumred
 
Back
Top