
Determine which version of .NET Framework is installed
Sometimes it´s good to check if the desired version of the Microsoft .NET Framework is installed on the target machine where you want to run your code, ah, app. Fortunately, this is easy to figure out. See MSDN article How to: Determine Which .NET Framework Versions Are Installed for .NET versions and How to determine which versions and service pack levels of the Microsoft .NET Framework are installed. To check the version open a command prompt, and start ...








