manana Posted November 17, 2003 Posted November 17, 2003 MyApp.exe.config (for MyApp.exe) is located in the bin folder. Everytime I run or compile the project, the file disappears. In addition, the appSettings values return "" (no error). Are there any obscure settings that control this? Quote
Administrators PlausiblyDamp Posted November 17, 2003 Administrators Posted November 17, 2003 I think it is overwritten as part of the build process. Add a configuration file to the project and it should be copied to the bin directory as part of the build. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
manana Posted November 17, 2003 Author Posted November 17, 2003 Thanks. I was using 'Add Item>Config File' from the bin folder instead of from the project. Have a nice day Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.