Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

A workgroup installation computer does not support the operation.

2,041 views
Skip to first unread message

Yovav

unread,
Sep 10, 2010, 2:32:03 PM9/10/10
to
I'm trying to send a message (c# project)

I added to my Windows 7 -> Microsoft Message Queue (MSMQ) Server
(the core and triggers options - after installing all options didn't work as
well)

I'm doing it on a local laptop (not connected to the regular work network)

so my user name looks like this:
private const string queueName = @".\userName";

When I try to create the message like this:
queue = MessageQueue.Create(queueName, false);

It fails with this error:
A workgroup installation computer does not support the operation.


How can I make it work locally ?

John Breakwell

unread,
Sep 10, 2010, 5:10:28 PM9/10/10
to
You are using path names that require Active Directory (which is why you get
the error).
Use Direct Format names instead.

Cheers
John Breakwell

"Yovav" <Yo...@discussions.microsoft.com> wrote in message
news:AB51AA8C-DA2B-41C2...@microsoft.com...

mugerwa...@gmail.com

unread,
Mar 3, 2020, 11:48:20 PM3/3/20
to
On Saturday, 11 September 2010 00:10:28 UTC+3, John Breakwell wrote:
> You are using path names that require Active Directory (which is why you get
> the error).
> Use Direct Format names instead.
>
> Cheers
> John Breakwell
> thanks John
0 new messages