How do you upgrade the CF to SP2 on the Development computer?

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

Guest

I always get this message in the build log when running my device app:

"Files in the package 'netcf.core.ppc3.x86.cab' are more recent on the
device than on the development computer. Consider upgrading to the latest
version."

Unfortunately, I can't figure out how to upgrade the dev box. From what I
can tell, the CF 1.0 SP2 Installer only searches for and upgrades mobile
devices. What's the deal?
 
The developer download doesn't automatically update Visual Studio, but it
does give you all the individual cab files so you can overwrite the RTM
versions if you wish - you'll find them beneath:-
C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE
In folders for each version and cpu type.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
How does overwriting the RTM CABS "update" the developer workstation? I
don't think I have a grasp of the underlying concept.
 
Moving the cabs only affects what will be deployed. There are no changes to
the development experience with SP2. There are a few newly implemented
properties such as the ForeColor and BackColor on controls but there is no
support in Visual Studio to set these through the designer - you'll have to
set them in your code.
So to be honest I wouldn't worry about copying those files at all, just
deploy the cabs to your devices as and when needed either from the developer
package or use the redistributable and let activesync do the work of finding
the correct cab and installing it.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Back
Top