D
delfinon
Hi all,
I think that ApplicationSettingsBase class on .NET 2.0 framework is
very useful and easy to use, in order to store global and personal
paramenters for a winform application.
The only behaviour that I don't like is where it saves updated user
settings.
AFAIK it saves a file called:
<document and settings folder>\<userfolder>\Local Settings\Application
Data\<companyname>\<applicationname>_StrongName_n5qhp1elc4gnqe1a1bida0iqjryk1mun\<applicationversion>\user.config
Anyone knows hot to customize/change this default location/name?
I would like to have something without the "strong name" part, like:
<document and settings folder>\<userfolder>\Local Settings\Application
Data\<companyname>\<applicationname>\<applicationversion>\user.config
thank you in advance for your help.
N
I think that ApplicationSettingsBase class on .NET 2.0 framework is
very useful and easy to use, in order to store global and personal
paramenters for a winform application.
The only behaviour that I don't like is where it saves updated user
settings.
AFAIK it saves a file called:
<document and settings folder>\<userfolder>\Local Settings\Application
Data\<companyname>\<applicationname>_StrongName_n5qhp1elc4gnqe1a1bida0iqjryk1mun\<applicationversion>\user.config
Anyone knows hot to customize/change this default location/name?
I would like to have something without the "strong name" part, like:
<document and settings folder>\<userfolder>\Local Settings\Application
Data\<companyname>\<applicationname>\<applicationversion>\user.config
thank you in advance for your help.
N