While trying to run an application we were getting the below message
It was taking us to Microsoft Download site for downloading the framework.
We downloaded the 4.7.1 Framework but while trying to install it we got the below message that said the framework or a later update is already installed on this computer.
Tried uninstalling all the .NET Framework version installed including 4.7.
That also didn’t work.
Few of the forums talk about making changes in the registry, that also didn’t help.
Eventually we commented the supportedRuntime element in the configuration file of the application to get through this issue.
Hope it helps..
2 thoughts on “Fixed – “The application requires one of the following versions of the .NET Framework” or “.NET Framework 4.7.1 or later is already installed this computer” error while running application”