A
Arthur Dent
Hello All,..
I have some settings stored in the project settings which show up under
My.Settings. ...
All works fine.
Now, I wanted to change the value of one of these settings, so I went into
the app.config file, and changed the value, and reran the app. But it still
picks up the old value, and doesn't pay attention to the new value which I
entered in the app.config file.
I tried doing a My.Settings.Reload(), but it STILL wont read the new value
in from the file.
How can I get it to actually pay attention to changes to the settings?
Thanks in advance.
- Arthur Dent.
I have some settings stored in the project settings which show up under
My.Settings. ...
All works fine.
Now, I wanted to change the value of one of these settings, so I went into
the app.config file, and changed the value, and reran the app. But it still
picks up the old value, and doesn't pay attention to the new value which I
entered in the app.config file.
I tried doing a My.Settings.Reload(), but it STILL wont read the new value
in from the file.
How can I get it to actually pay attention to changes to the settings?
Thanks in advance.
- Arthur Dent.