Error in Using Dynamic Data Entities WebSite in VS2012
- by amin behzadi
I decided to use Dynamic Data Entities website in vs2012.
So, I created this website,then added App_Code directory and added a new edmx to it and named it myDB.edmx. After that I uncommented the code line in global.asax which registers the entity context :
DefaultModel.RegisterContext(typeof(myDBEntities), new ContextConfiguration() {…