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

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

    In my case, the solution was:

    1. Right Click on Solution.
    2. Go to Manage Nuget Packages for this Solution.
    3. Search for Microsoft.CodeDom.Providers.DotNetCompilerPlatform.
    4. Uninstall the searched Package.
    5. Restart the Visual Studio.

提交回复
热议问题