Visual Studio Microsoft.NETFramework.props not found

After writing a program in C # (using Visual Studio Community 2013), I removed Visual Studio from my computer. Then I installed Visual Studio Express 2013 for Windows Desktop. When I tried to open a previously created project, the following error appeared:

The imported project "C: \ Program Files (x86) \ MSBuild \ 12.0 \ bin \ Microsoft.NETFramework.props" was not found. Verify that the path in the <Import> declaration is correct and that the file exists on disk. C: \ Program Files (x86) \ MSBuild \ 12.0 \ bin \ Microsoft.Common.CurrentVersion.targets

The same thing happens when I create a new project. I have installed Framework 4.5.1. On the help site, I found a hint for reinstalling the program.

+4
source share

Source: https://habr.com/ru/post/1589265/


All Articles