My computer is connected to a domain, but when I go to create a public queue:
MessageQueue.Create(@\".\\testqueue\");
I get this error:
I got the same problem and solved it by changing it to @".\private$\QueueName"