Every time I try to rename my exe, he doesn't update the settings, but if I keep the same name works fine, how to solve this?
This is what I use for the update:
if (Settings.Default.UpgradeRequired)
{
Settings.Default.Upgrade();
Settings.Default.UpgradeRequired = false;
Settings.Default.Save();
}