Can an application made in .NET 4.0 run with .NET 4.5 installed on my PC?

0

I have an application made with Viusal Studio 2010, C # winForms and one of the requirements for its installation is .Net Framework 4.0 and I have a PC that has the version .Net Framework 4.5.2 installed but not the 4.0

In order to run the application I had to uninstall version 4.5.2 of .Net, install version 4.0 and reinstall version 4.5.2 of .Net

Is this how it should work or is there any way to run this application with only a version of .Net higher than the version that was used to develop the application installed on my PC?

    
asked by Eagle 19.04.2017 в 16:48
source

1 answer

0

You can look it up in Microsoft's documentation , but in Summary says that with the .NET Framework superior should not give you any problem, unless the framework you want to open is much older and has obsolete methods that Microsoft deleted in its day.

    
answered by 19.04.2017 в 16:52