I’ve added a entity framework model from a database using the wizard called EnterpriseDownloadRepository.edmx
I can’t access it when trying to set up the context in the same project.
var context = new FileDownloadEntites()
“FileDownloadEntites” is not recognized by visual studio 2012
found it in properties of the designer window.
right click in a blank area of the designer window, select properties, and it is in a property called “Entity container Name”