c# - Programatically check which versions of .NET Compact Framework are installed -


i have windows mobile application built .net cf 1.0. written in c#. how can program check versions of .net compact framework installed on device running on?

it depends on mean "installed". if installed via cab file (the common), there entries in registry under hkey_local_machine\software\microsoft\.netcompactframework programmatically check.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -