I’m having some weird trouble with a project on VS2005.
I have a few user settings configured, but every time i start the project (on release mode) it comes with a previously tested configuration.
I’ve tried synching it many times, but i cannot succeed. Most of these properties are empty strings by default. I have a installer class and project also, but i’m not sure if these are affecting this behavior (i’m clicking only in the other project i want to debug)
Any thoughts?
EDIT
i already deleted these
Try opening the app.config file in the project. I have seen it where multiple Settings sections get defined (especially if you have ever renamed your project).
Try getting rid of any superfluous Settings sections (don’t forget to remove the section element from the configSections tag as well.)
Just an idea.