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
Try re-change target framework for your project.
Go to Proporties > Application > Target Framework change to another than used now, and next change it back.