My.Settings not saving after install

Posted by blancaster on Stack Overflow See other posts from Stack Overflow or by blancaster
Published on 2010-05-25T15:47:03Z Indexed on 2010/05/25 15:51 UTC
Read the original article Hit count: 144

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

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about winforms