My project is using ASP.NET MVC4, in C# with Visual Studio 2012 for Web Express.
When compiling my project, I have the following error:
The pr
Replacing 2012 with 2008 in ProviderManifestToken="2012" in the .edmx file worked for me.
ProviderManifestToken="2012"