Hi all,
I have an application setting (user-scope) that tracks if the application is opened for the first time. There are also some other settings such as user names that are stored.
I have a deployment project that installs / uninstalls the application. After installing the project on a machine and setting these user settings (such as user name), they stick as they should. However, if I uninstall and then install the application, the settings remain saved. This means that the application incorrectly assumes that it is not the first time it is being opened. Also, the user settings previously established are hanging on. I want them to be cleared out to their defaults.
This is strange because when I look at the config file itself, the values are as I would expect. Where is the application pulling these values from? How do I stop it from doing that?
Thanks....
I have an application setting (user-scope) that tracks if the application is opened for the first time. There are also some other settings such as user names that are stored.
I have a deployment project that installs / uninstalls the application. After installing the project on a machine and setting these user settings (such as user name), they stick as they should. However, if I uninstall and then install the application, the settings remain saved. This means that the application incorrectly assumes that it is not the first time it is being opened. Also, the user settings previously established are hanging on. I want them to be cleared out to their defaults.
This is strange because when I look at the config file itself, the values are as I would expect. Where is the application pulling these values from? How do I stop it from doing that?
Thanks....
Comment