Visual Studio 2017 bin\roslyn files locked during build

前端 未结 15 943
春和景丽
春和景丽 2021-01-30 03:53

I am running VS2017 version 26430.13 and every time I try to build a web project I get errors that access to the files in the bin\\roslyn is denied. Over a period of about 5 mi

15条回答
  •  一生所求
    2021-01-30 04:32

    UPDATE the Microsoft.CodeDom.Providers.DotNetCompilerPlatform package to V1.0.7

    • Find Microsoft.CodeDom.Providers.DotNetCompilerPlatform from NuGet Uninstall Old version
      Install V1.0.7 or latest

提交回复
热议问题