When I open my project use 5.3.5 version, the inside of the original code, tell me the error CS0117: System. Threading. Mutex 'does not contain a definition for
OpenExisting’
Mutex mutex = null;
try {
mutex = Mutex.OpenExisting( name );
} catch( System.Exception ) {
mutex = null;
}