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.
 
Back
Top