How to install/upgrade/repair .Net framework?
Install :: Download and install the .Net 4.7 version framework from here .
Upgrade :: For other .Net framework version download from here and then install it.
To check the installed .Net framework:
- Open a cmd prompt.
- Run the following command:
- cd “C:\Windows\Microsoft.NET\Framework64\v4.0.30319”
- .\MSBuild.exe -version
Repair :: To repair the installed .Net framework, download and install the .Net Repairing tool and run it.