Determine Installed Compact Frameworks (and SP) Version -


what's best way determine version of .net compact frameworks (including service packs) installed on device through .net application.

neil cowburn maintains list of version numbers on blog. of right list looks this:

 version       release ----------    ------------------ 1.0.2268.0    1.0 rtm 1.0.3111.0    1.0 sp1 1.0.3226.0    1.0 sp2 (recalled) 1.0.3227.0    1.0 sp2 beta 1.0.3316.0    1.0 sp2 rtm 1.0.4177.0    1.0 sp3 beta 1.0.4292.0    1.0 sp3 rtm 2.0.4037.0    2.0 may ctp 2.0.4135.0    2.0 beta 1 2.0.4317.0    2.0 november ctp 2.0.4278.0    2.0 december ctp 2.0.5056.0    2.0 beta 2 2.0.5238.0    2.0 rtm 2.0.6103.0    2.0 sp1 beta 2.0.6129.0    2.0 sp1 rtm 2.0.7045.0    2.0 sp2 rtm 3.5.7066.0    3.5 beta 1 3.5.7121.0    3.5 beta 2 3.5.7283.0    3.5 rtm 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -