c# - How to add WEB API controller via Entity Framework -


i tried add web api controller via ef this:

enter image description here

and got error in visual studio 2013 ultimate.

enter image description here

does know why?

update:

this mid picture:

enter image description here

reinstall nuget package following:

uninstall-package entityframework  install-package entityframework 

Comments