I'm baffled by this, can someone tell me why, when I call:
using (Mutex mtx = new Mutex(false, strId))
{
}
I get this exception:
Could not find a part of the path.
If strId is set to something like localhost\SQLEXPRESS-MyName-2?
I'm baffled by this, can someone tell me why, when I call:
using (Mutex mtx = new Mutex(false, strId))
{
}
I get this exception:
Could not find a part of the path.
If strId is set to something like localhost\SQLEXPRESS-MyName-2?