J
Jason Kendall
I've recently installed Beta 2 ov Visual Studio and an updating a few
small applications as a way to get my feet wet with some of the new
functionality. There are many new features which are really going to
make coding a lot simpler.
One area I'm investigating is the new "My.Settings" object. Managing
these is so very easy now, except for one problem. In nearly all of
my applications, I use a class I wrote for reading/writing settings.
This class will build the MyApp.exe.config file if it's missing and
will add setting entries with default values if they're missing. The
'system' settings and the 'user' settings are in one file (or two, if
I choose). This way it's very easy for someone to copy the config
file(s) with the .exe and have the same user settings on multiple
machines.
Is there a way to specify where the user config settings are stored,
assuming you have the right permissions to read/write the file
location, of course?
Thanks!
-Jason Kendall
(e-mail address removed)
small applications as a way to get my feet wet with some of the new
functionality. There are many new features which are really going to
make coding a lot simpler.
One area I'm investigating is the new "My.Settings" object. Managing
these is so very easy now, except for one problem. In nearly all of
my applications, I use a class I wrote for reading/writing settings.
This class will build the MyApp.exe.config file if it's missing and
will add setting entries with default values if they're missing. The
'system' settings and the 'user' settings are in one file (or two, if
I choose). This way it's very easy for someone to copy the config
file(s) with the .exe and have the same user settings on multiple
machines.
Is there a way to specify where the user config settings are stored,
assuming you have the right permissions to read/write the file
location, of course?
Thanks!
-Jason Kendall
(e-mail address removed)
