"Could not find a part of the path" error while creating Mutex

Viewed 2556

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?

1 Answers
Related