Does anybody know whether this is some kind of peculiar default behavior that can be corrected by setting some magic option? Or is this a bug in the product? Anybody else had any experience with this?
Visual Studio is designed to take the app.config file from the project root directory and to rename and copy it to the output directory on build. This is by design so that the developer manages the app.config file but can be assured that a proper config file is always availalbe in the build output directory whether it be the debug or release directory
So either manage your applications configuration via the app.config file or remove the app.config file from your project and manage the application config file yourself
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.