1

I use visual studio community 2015 and when connect to MS Sql database using Entity Framework 6.0 as data source I got the error message shown in picture below:

enter image description here

Thanks a lot, Harreni

Harreni
  • 31
  • 1
  • 7
  • 1
    [Try with this answer](http://stackoverflow.com/questions/19609609/visual-studio-2013-and-entity-framework) I think it will work for you by downgrading to EF 5 – Swarup Jan 20 '17 at 14:03
  • 1
    Yes, I downgraded to 5 and it works. Thanks a lot Swarup – Harreni Jan 25 '17 at 11:10

1 Answers1

0

Can you confirm if this is the latest patch level for Visual Studio 2015?

Also, if I am not mistaken, please install Microsoft.AspNet.EntityDataSource and Microsoft.AspNet.DynamicData.EFProvider packages from NuGet (https://blogs.msdn.microsoft.com/webdev/2014/02/28/announcing-the-release-of-dynamic-data-provider-and-entitydatasource-control-for-entity-framework-6/).