I'm getting an error that doesn't make any sense to me. I'm using Entity Framework 6.1.3, class first based upon existing database. When I created the DbContext class using EF I called it PrismSpecMap. There most certainly is a class by that name, and its a public class. (It is in a folder named Data; I don't know if that will make a difference or not.) I get an error message from Visual Studio 2013 saying, "No connection string named 'PrismSpecMap' could be found in the application config file." But that doesn't make sense; it is there, I've opened the app.config file and it's there. And what also doesn't make any sense is I can compile and run it on my dev box.
Why am I getting this error when it is in the app.config file? How do I "fix" whatever it is that's broken/not happy?