views:

16

answers:

0

My application is not saving users settings after I install it. When I test my app in debug or release mode it works fine. However after compiling, linking and installing the My.Settings.Save() does not seem to be working.

I can manually change a setting in the config file and the app runs accordingly. So I know it’s reading the config file on application startup.

What am I doing wrong?

Thanks