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

后端 未结 12 1214
既然无缘
既然无缘 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:39

    This error usually means either your project is compiling against .NET 2.0 or you aren't referencing the correct version of System.Core.dll

    For a near duplicate question, see Error when using extension methods in C#

提交回复
热议问题