打开进程管理器看,有一堆MSBuild.exe的实例,于是用 Taskkill /IM MSBuild.exe /F 
杀死了所有实例。然后再重新打开VS2013,就work了。

references:
http://stackoverflow.com/questions/26256957/visual-studio-2013-a-task-was-cancelled

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
猜你喜欢
  • 2022-01-06
  • 2021-08-27
  • 2021-10-04
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
相关资源
相似解决方案