Could not load file or assembly Microsoft.CodeAnalysis

前端 未结 6 1389
庸人自扰
庸人自扰 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:29

    If none of mentioned options work, please go for this answer. Basically, you are registering that Microsoft.CodeAnalysis.dll to GAC

    Could not load file or assembly 'Microsoft.CodeAnalysis, version= 1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc

提交回复
热议问题