Possible Duplicate:
What is the simplest method of inter-process communication between 2 C# processes?
I need to develop a windows application in C# where two instances of the application will run. One will be operational and another will be on standby. If for any reason first instance will hang or stop working, the second instance should start operation.