D
davepkz
I have a basic question about managing user.config settings:
In my C# app, I save the user's preferences to the config file. But
each time I release a new build of the app, something in .NET creates a
new folder (named for the build number) in Documents And Settings. The
result is the users lose all their settings and have to start over.
What is the standard way to allow users to maintain their settings when
they get a new version of a .NET app?
thanks
Dave
In my C# app, I save the user's preferences to the config file. But
each time I release a new build of the app, something in .NET creates a
new folder (named for the build number) in Documents And Settings. The
result is the users lose all their settings and have to start over.
What is the standard way to allow users to maintain their settings when
they get a new version of a .NET app?
thanks
Dave