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
Post a Comment