Error when opening a windows forms window

0

Well I have a problem wanting to open the forms of my project, previously if everything worked correctly, but since it works on a computer that was not mine, I took the project to my house, then I decided to return to my office computer, but when I try to open the files.cs that are the Windows forms, I marked the following error:

  

Could not resolve mscorlib for the .NET Framework version of   destination '.NETFramework, Version = v4.0, Profile = Client'. This can   occur if the target .NET Framework version is not installed or   if the .NET Framework moniker has an incorrect format.

    
asked by David 13.03.2017 в 16:19
source

1 answer

2

I recommend these steps of this page link notice that the answer tells you To correct it I went to Project - > Project Properties - > Debug. There I figured in the Dropdown "Platform" Any CPU and it would not let me select (active x86) because it was not in the list.

Inside the Dropdown "configuration" was in "Debug" and I put it in "Release" there appeared x86 to the right, I applied the changes and then I put Debug back in the dropdown "configuration"

The problem with the opening of the forms was solved.

Greetings

    
answered by 13.03.2017 / 17:16
source