Here is the thing I`ve added an EF automaticcaly generated class from the database as a model to my mvc application and everything is working great except one thing . When I add a stored procedure and function import to my model everything is added the way it should be but I get no intellisense for my stored procedure. Any idea?
Everything works fine if im gonna just add an EF model to the root of my solution.But when my model is in Models folder of my MVC application it seems that it doesnt work !
Here is the thing I`ve added an EF automaticcaly generated class from the database
Share
Try right-clicking on your entities .tt file and choosing “Run Custom Tool”.