I have a web application on a web farm and I am using .NET 4 and entity data model 4.1.
when I started working on this web application, I used visual studio 2010, and today I uninstalled it and installed the new version (Visual Studio 2012).
For some reason, I deleted my ado.net entity data model to recreate it, but I
note that visual studio 2012 uses entity framework 5 not 4.1. I updated it, but in the old model, I can change the context constructor of my connection string, but there is no constructor in this new model, is that true?
I installed EF 4.1 , but it does not work, and I added version 5 to my project. Background information: my web application is on a shared host and I cannot upgrade it to EF 5.
How can I use framework 4.1 entity in visual studio 2012? is it possible? if so, how?
motevalizadeh
source share