当加载项目时出现MSBuildToolsPath is not specified for the ToolsVersion "14.0" defined at "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0", or the value specified evaluates to the empty string

解决办法是:

1. 运行regedti

2. 备份regedti

3. 如果是32位操作系统找到ToolsVersion

4. 如果是64位操作系统找到ToolsVersion

5. 删除ToolsVersion下的14.0键值.

6. 项目恢复

 

 

 

相关文章: