I\'m using C#, EF 4 in asp.net 4 and VS 2010.
I\'m trying to load namespace System.Data.Linq with this code using System.Data.Linq and I r
System.Data.Linq
using System.Data.Linq
That namespace is LINQ-to-SQL, so you'll also need to add a reference to System.Data.Linq.dll; it won't be added by default just by adding Entity Framework.