I was trying to create an ASP.NET MVC web application in Visual Studio 2017. I need to take an EF database-first approach for the work.
Unfortunately I can\'t find t
i my case my project->properties->target framework was 2.0, i change to 4.5 and know it works know i see the ado.net entity data model.