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 t
could you use the fileSystemWatcher control?
it has a modified event you can trigger