Missing QueryableExtensions in EF 6
问题 I can't call the new QueryableExtensions ( ToListAsync , ForEachAsync ,...) provided with EntityFramework 6. But i can call others ( Include , Intersect ). I've a reference to System.Data.Entity . So apparently, i've an older version of System.Data.Entity , with the latest version of EntityFramework. Is it possible? My code does not compile and I cannot see the ForEachAsync method in the object browser. I'm working with Visual Studio 2013, .Net 4.5, EntityFramework 6.1.3, Wpf. Edit Entity