I tried to add a WEB API controller via EF like this:
And then I got this error in my Visual Studio 2013 Ultimate.
Does anyone know why?
UPDATE:
This is the mid picture:
I tried to add a WEB API controller via EF like this:
And then I got this error in my Visual Studio 2013 Ultimate.
Does anyone know why?
UPDATE:
This is the mid picture:
Reinstall NuGet package as following:
Uninstall-Package EntityFramework
Install-Package EntityFramework