Hello i use the followin code to Restart my WPF application
System.Diagnostics.Process.Start(Application.ResourceAssembly.Location)
Application.Current.Shutdown()
However i notice when it runs again My.Settings Values are reset to defaults, any idea how to prevent this?