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
I don't have a correct solution, but I'll add my data point:
In my case the error is caused by referencing GoogleSearchAPINet20
Here is what happens:
I'm not referencing System.Core.dll in my solution at all and my target framework is .NET 4.
I'm a bit annoyed at this point ...