Anyone knows the reason of "random" user.config corruption? I've a WinForms app affected by this problem at my client's production line.
Found the same issue on the web and a workaround but I can't figure out because it happens.
...
I have a situation where I am running multiple instances of my WPF application. I want the instances to share the same user.config file. Currently, whichever instance writes to the user.config file last wins. I'd prefer for all the instances to watch the user.config file and reload the settings whenever another instance changes it. T...