Posting this here so as to reinforce my memory, so I never miss this again.
LINQ errors that make no sense and the build error: “Cannot convert lambda expression to type ‘string’ because it is not a delegate type” = missing "using System.Linq;"
1 min read
26 January 2012
Posting this here so as to reinforce my memory, so I never miss this again.
LINQ errors that make no sense and the build error: “Cannot convert lambda expression to type ‘string’ because it is not a delegate type” = missing "using System.Linq;"