views:

138

answers:

0

Good afternoon all.

I've created a test project, and added some user settings to it. I'd like to do this because one of the tests changes a setting, and other tests read that settings.

However, I find that my user settings will not save (ie my.settings.save does nothing) - well, if it does, then its not persisting because when I end the test and run it again, my.settings.xxx returns the original value I added in proj settings. Setting scopes are definitely user, roaming/nonroaming does nothing.

I'm wondering if settings.save does not work in test projects.

Any help in this direction would be appreciated. Many thanks all.