Could not load file or assembly Microsoft.CodeAnalysis

前端 未结 6 1387
庸人自扰
庸人自扰 2021-01-01 08:50

I have a webproject I am trying to host, but when the server tries to compile it, I get the following error:

Unhandled Exception: System.IO.FileLoadE

6条回答
  •  再見小時候
    2021-01-01 09:51

    Right click on your project >> Manage Nuget packages manager for solution >> Tap on Updates >> Update your 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform' >> and then run your project again.

提交回复
热议问题