Working with VS 2012 + MVC4 + EF5, trying to add a controller with Context, does not work when the connectionstring configSource is in place with an error:
"Cannot retrieve metadata for MvcTestApp.Models.DummyClass. Cannot open configSource 'connections.config' file.
BTW: the way is right, the application really works correctly.
Does Visual Studio 2012 EF5 connectionStrings configSource support being in a split file at design time? or no development path!
Thanks for your feedback.
source
share