I am using Entity Framework in my C# based code. I am running into an unexpected weirdness and am looking for suggestions.
Case 1, 2, 3, 4... Projects: RivWorks
For those interested in the outcome: I was missing a simple Using statement at the head of my code.
using System.Linq;
This fixed it right up.