Dear All,

I have some settings in the exe.config. If I created my project, I am getting the application and exe.config file with my settings. But my problem is that the manuall changes in the exe.config will not be used in my application!
I can also change my settings in appllication, but the changes are not visible in the exe.config.
Both, my application and exe.config are placed in the same directory (there are no other files).
For each setting I set the property GenerateDefaultValueInCode to FALSE!

Which file use my application for the settings when not the exe.config, which is placed in the same directory? How can I force my application to use only my exe.config file, placed in the same directory, for the settings?

Thanks for your answers.

Daniel