BuildTasks.Csc task could not be loaded from the assembly?

后端 未结 21 921
北荒
北荒 2020-12-13 05:15

I feel guilty asking a question like this around here, but I\'m at a loss and would appreciate some help.

A proof-of-concept like web application was built on one PC

21条回答
  •  [愿得一人]
    2020-12-13 06:06

    Deleting these three directories solves the problem.

    • /packages
    • /bin
    • /obj

    NOTE: delete both /bin and /obj from all projects included in the solution (including Test projects).

提交回复
热议问题