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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -