缺少 MSBuild\..\Microsoft.Data.Entity.targets

Missing MSBuild\..\Microsoft.Data.Entity.targets

当我尝试在 VS 中构建解决方案时,出现此错误:

error : The project file could not be loaded. Root element is missing. >C:\Program Files (x86)\MSBuild.0\bin\Microsoft.Data.Entity.targets

使用文件管理器浏览时,

Microsoft.Data.Entity.targets 文件就在那里。 None 个项目正在加载。

我也尝试将 Microsoft.Data.Entity.targets 导入 csproj 文件(模仿 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />)。正如在网上找到的大多数其他信息一样,也没有 .user 文件。

知道如何解决这个问题吗?

必须卸载 .NET Framework 和 运行 Visual Studio 修复工具才能将其重新安装。