User settings does not load new value after VS re-launch

  • Thread starter Thread starter Hugh
  • Start date Start date
H

Hugh

Hi,

My.settings.mystring is a "User" scope setting and I expect that the value
can be reset by

My.Settings.mystring = "Test"
My.Settings.Save

It works fine if the application is stopped and restartted. However,
"mystring" does not return the value of "Test" after whole Visual Studio is
closed and re-launched. I upgrande my VS from 2005 to 2008, the problem
remains.

Thanks in advance fro your help.

Hugh
 
The user scoped settings, does not show up after restarting vb2005. Help on that anyone? thanx in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top