“Missing compiler required member” error being thrown multiple times with almost no changes to code

后端 未结 12 1237
既然无缘
既然无缘 2020-12-13 22:46

Today after deploying some changes to a C# MVC site that I run, I went back to make some more modifications and came across this error:

Missing compil

12条回答
  •  鱼传尺愫
    2020-12-13 23:26

    In my case it was because the project was not referencing Microsoft.CSharp. Once I added a reference to that assembly, it compiled just fine.

提交回复
热议问题