Visual Studio 2012 Add controller with Context fails if connectionstring configSource is in place

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.

+5
source share
1 answer

I have the same problem. I decided that he put a copy of 'connections.config' in

C:\Users\[CurrentUser]\AppData\Local\Temp.

, .

+4

All Articles