CF version

  • Thread starter Thread starter Peter Bladh
  • Start date Start date
Greetings, Peter

Each version of the Compact Framework is released with a different Win32
File Version number (this is a seperate version number from the Assembly
Version, which should be the same across all releases of the Version 1
Compact Framework, including Service Packs).

In order to see what version you have installed, use File Explorer to
navigate to the \Windows directory, and click the file called CGACUTIL.
You will get a message box showing you the Win32 File Version of the
Compact Framework installed on the device.

RTM = 1.0.2268.0
SP1 = 1.0.3111.0

Hope this helps.

Jeremy Hance
NET Compact Framework

This posting is provided "As Is" with no warranties, and confers no rights.
 
What file does this retrieve the version of? I am looking to check the
version from the Desktop via RAPI, so that I know if the CF needs to be
upgraded to the newer version.
 
Back
Top