1. open Developer Command Prompt for VS2017 (Opened it as admin)
  2. Input the command "gacutil /u Microsoft.Build.Framework". to uninstall the Microsoft.Build.Framework from Global Assembly Cache [GAC]
  3. Then input the command: gacutil /i "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Build.Framework.dll" to reinstall the 15.1.0 version.

相关文章:

  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
  • 2021-12-12
  • 2021-06-02
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-21
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2021-11-30
  • 2022-01-20
  • 2022-12-23
相关资源
相似解决方案