My.Settings With Visual SourceSafe

  • Thread starter Thread starter Seth Williams
  • Start date Start date
S

Seth Williams

I'm using Visual SourceSafe 2005 and Visual Studio 2008 -

I've also got an Options/Preferences form in which the program user selects
quite a few options - some of which have defaults (colors, strings integers,
booleans etc).
In that form, it saves particular settings using the
My.Settings.MySetting=Mytextobx.text format

What's happening, though, is that while developing, the settings I use are
not being saved and reloaded....
I want to be able to use different settings, and see how it holds them from
one 'session' to the next, but it's not working.

It was working fine before putting the application in Source Safe

Of course, when I create the setup package, I want it to NOT use the
settings I've created during developing/testing

How can I do this?
 
Actually - I totally unbound from Source Safe and made all the files
writable
It still won't 'stick' - - when I step through the code - it looks like it
saves the settings.....it holds the settings while the application is
running - -

But once it stopps, all the settings are gone for the next time the
application starts - - any ideas?
 
Back
Top