I created a new MVC4 project and selected web api as the template. Then I created a new local database, made tables, and, created ADO.NET file and generated a new model from that database. Problem: When I go to a *Controller.js file, and try to import the model, I cannot - when I type "using", the intelisense has no reference to the model, as if it does not exist at all.
In a project I was working on before (web forms project), I do have that reference. I've been having trouble with this for hours now...
Any Ideas?