ClickOnce and UserSettings
问题 Ok, I have a ClickOnce app that I'm testing and I ask the user for a couple of pieces of information the first time they use load the app; Customer Id and Name. I then set the Properties so that they'll be saved across sessions. The property is Properties.Settings.Default["Customer ID"] and similar for name. So I uninstall the application through control panel and reinstall the application but the settings are still there! I go and find all directories for my application and delete out the