I am trying to create a webapi controller, within a site. it is a template controller, nothing changed from what visual studio has inserted.
The code is within an MVC4 site, which runs completely without any errors, however, when I call webapi controller, I am receiving this error:
Could not load file or assembly 'EntityFramework, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
I have uninstalled EntityFramework nuget package, and when I search in entire solution, it is not found in any file, however, I am repeatedly receiving this error.
Any clues what might be a possible solution to this?


