G
Guest
Hi,
From .NET 2005 I'm attempting to open a remote MSMQ Q from a handheld PC
running WM5. When I open the Q using ...
New
System.Messaging.MessageQueue("FORMATNAMEIRECT=OS:CRS1\private$\Captiva_FD_PC_Q", False)
The Queue error returns as:
The queue does not exist or you do not have sufficient permissions to
perform the operation.
Local queues can be opened without a problem. It's just the remote ones.
Note that the code is currently running on the WM5 virtual machine not a
physical device. The VM has beeng configured so that it knows the IP address
of the target machine is 192.168.0.111 which is a test address for a machine
that does not exist (Since I want to verify the store and forwarding
mechinisms.)
anyone any ideas?
Myles
From .NET 2005 I'm attempting to open a remote MSMQ Q from a handheld PC
running WM5. When I open the Q using ...
New
System.Messaging.MessageQueue("FORMATNAMEIRECT=OS:CRS1\private$\Captiva_FD_PC_Q", False)
The Queue error returns as:
The queue does not exist or you do not have sufficient permissions to
perform the operation.
Local queues can be opened without a problem. It's just the remote ones.
Note that the code is currently running on the WM5 virtual machine not a
physical device. The VM has beeng configured so that it knows the IP address
of the target machine is 192.168.0.111 which is a test address for a machine
that does not exist (Since I want to verify the store and forwarding
mechinisms.)
anyone any ideas?
Myles