I recently upgraded our Webforms application from EF 4.4 to EF6 and I got so many compile time build errors with the Entity Datasource controls. Generally I am getting these
As per the suggestions given by the IDE, we can go to the NuGet Package Console and run the following command to install the new Entity Framework data source:
Install-Package Microsoft.AspNet.EntityDataSource
Also, add the following package (as referred in this article):
Install-Package Microsoft.AspNet.DynamicData.EFProvider