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
Post a Comment