c# - How To Copy .NET User Settings During EXE Upgrade -


i working on application uses .net user settings manage application preferences. have noticed if add new user setting , update customer's executable, preferences (i.e. user settings) lost. there way ensure these settings copied without running upgrade or conversion program perform update? right now, our code base volatile , updating executables , dll files.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -