Hiiii
how to change Entity framework from version 6 to version 5 for existing projects,
i am facing this problem in my project...
please suggest me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sibeesh VenuPosted Nov 20, 2014, 11:54 PM
Uninstall-package EntityFramework
Install-Package EntityFramework -version 5.0.0
See more here :
http://stackoverflow.com/questions/20282678/how-to-downgrade-entity-framework-from-6-to-5