I have a class library in C# has has several classes and a app.config. I have put ConnectionString in app.config as follows:
&l
The connection string stuff needs to be in the main exe project's app.config or else you need to load it manually.