C#Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Been a while since a did this, and can't remember how I got it right. I add a config file to a Windows app, move it to the Debug directory, but when I build the project, the config file gets deleted? What up?
Never mind. Figured it out. I was just adding a config file with the same name as the app. Didn't have an App.config file. When I add the App.config file, the config file with the same name as the app gets placed in the Debug directory when I build.