Re: app.config not copied to bin directory

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Rob wrote:
I have a solution where my startup project has an app.config file. But I
need it to be copied to the bin directory as <application>.dll.config. This
is not happening. I thought this was automatic. Is there something I am
missing?

Is this a class library? If so then the App.config won't work with it.
You need to add your config data to the config file for the
application itself.

.