Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Iam using MVC4 application in visual studio while I want to add reference of entity frame work to my mvc application but it is not coming even I tried used nutgetpackages option too...
Posted
Comments
Debabrata_Das 13-Jun-14 12:05pm    
Hi Shiva, are you getting any error?

1 solution

U can try to tools menu LIbrary Package manager ->package manager console->


PM>install-package EntityFrameWork

after that automatically added the EF otherwise u can search the Package folder and EntityFramework folder u can add the dll reference in you application.

if you need any version of framework just put


PM>install-package EntityFrameWork -version Version number
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900