MS
2005-11-18 20:29:57 UTC
I had written a tool in VB6 to send messages to an external machine. It
works fine from my desktop which has MSMQ installed as an independent
client.
I'm rewriting this tool in C# and get the error that a workgroup
installation computer does not support the operation.
In VB6 I had a reference to Microsoft Message Queue 2.0 and in C# I'm just
using System.Messaging. Is there anyway I can send messages to a remote
computer when the local computers has MSMQ installed as an independent
client?
works fine from my desktop which has MSMQ installed as an independent
client.
I'm rewriting this tool in C# and get the error that a workgroup
installation computer does not support the operation.
In VB6 I had a reference to Microsoft Message Queue 2.0 and in C# I'm just
using System.Messaging. Is there anyway I can send messages to a remote
computer when the local computers has MSMQ installed as an independent
client?