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 was having the same problem in VS2017 Community Edition. I had previously tried following but none worked:
In the end upon closer investigation I had targeted the wrong
See Image: you should be selected .NET Framework instead of .NET Standard
For me changed to the correct project type while Targeting ".NET framework" instead of ".NET Standard" worked.