0
I have a C# Windows Form project that uses Framework 4.5.2. I bought a new notebook and I am trying to run this project, but when trying to run it does not appear any error and even then the project is not built. I accessed the project properties and when I click on Services or Settings the message appears:
Could not resolve mscorlib for target framework '.NETFramework,Version=v4.5.2'. This can happen if the target framework is not installed or if the framework moniker is incorrectly formatted.
This version of the Framework is installed on my machine. I have already created a test project using this version of the Framework and run normal. How can I solve this problem of the project not being able to solve mscorlib?