How to: Determine Which .NET Framework versions are installed

Users can install and run multiple versions of the .NET Framework on their computers. When you develop or deploy your app, you might need to know which .NET Framework versions are installed on the user’s computer. You can check which .NET Framework version is installed, by viewing the registry editor. The version is important for […]