I have an application that uses a few settings. I run a stored procedure on startup that is supposed to change several of those settings. The procedure is working and I can see the new settings when I am debugging the app but the settings are not being saved in the application.exr.config file on the installed versions of the program.
I am calling my.settings.save after I load all the new settings, the settings are all user type.
Am I missing something or just trying to use the settings in a way they were not meant to be used ?
Thanks
I am calling my.settings.save after I load all the new settings, the settings are all user type.
Am I missing something or just trying to use the settings in a way they were not meant to be used ?
Thanks