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?