Hi,
I have been searching for the answer for this problem more than 2 weeks, I hope anyone could help.
I have just start a new project and I did install the Entity framework v6.4.4 to my project. I also installed the Microsoft.AspNet.EntityDataSource and Microsoft.AspNet.DynamicData.EFProvider from the nudget package. But then , I drag and drop the EntityDataSource control from toolbox to my web form. I want to configure the data source but Error Message pop up "THIS VERSION OF THE ENTITY DATA SOURCE WIZARD IS ONLY COMPATIBLE WITH ENTITY FRAMEWORK 5.IF YOU'RE NOT USING ENTITY FRAMEWORK 5 YOU CAN CONFIGURE THE CONTROL BY EDITING THE MARKUP ON THE PAGE.THE PAGE EDITOR HAS INTELLISENSE SUPPORT FOR ASP.NET CONTROLS.IF YOU'RE USING ENTITY FRAMEWORK 6 YOU SHOULD ALSO BE USING THE EF-6 COMPATIBLE VERSION OF THE ENTITY DATA SOURCE CONTRL, AVAILABLE AS THE MICROSOFT.ASPNET.ENTITYDATASOURCE PACKAGE IN NuGet."
So I follow the error message and installed the entity datasource control and dynamicdata provider from Nudget but still cannot configure. I read some posting for same issue to change the prefix for the control to "ef" then my Entitydatasouce smart tag disable. I'm a beginner and want to try to learn Entity Framework but got stuck here.
Highly appreciate if anyone know how to fix these problems!!
Thanks in advance!