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

后端 未结 21 913
北荒
北荒 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:09

    I have tried all solutions described before, but none worked.

    What solved it for me, was to update the Microsoft.Net.Compilers from the NuGet Package Manager

    0 讨论(0)
  • 2020-12-13 06:10

    My project was built with .Net Core 2.2 but I had .Net core 3.0 preview installed. I uninstalled .Net Core 3.0 from my system and went through all my class libraries, removing Microsoft.Net.Compilers 3.0, then rebuilt and it worked.

    0 讨论(0)
  • 2020-12-13 06:11

    Deleting the bin folder worked for me

    0 讨论(0)
提交回复
热议问题