Project can't find my EF connection string in C# Interactive
问题 I have several projects: DAL, Business Layer, Domain Model, Client and a couple of others. The client project is set as the startup project and has the connection strings defined in its app.config. When I initialize a C# Interactive window with my project, it seems to initialize properly. There is a long list of #r references and I am left at a prompt. When I try to instantiate an object that has to read from the database in its constructor, I get "No connection string named "Entities" could