A
Adam Bradley
Hi all,
Not having amu success making a connection using C# from a WM5 device to
a Windows XP Pro using ActiveSync inside of VS2005.
AS is working fine, I can connect to a local Queue, but I'm simply
unable to connect to a Queue on the host Windows XP Pro.
I'm currently using
MessageQueue(@"FormatNameIRECT=OS:XPBASE\\PRIVATE$\\MYOBQueue")
and have tried
MessageQueue(@"FormatNameIRECT=OS:XPBASE\PRIVATE$\MYOBQueue");
MessageQueue(@"FormatNameIRECT=OS:\\\\XPBASE\\PRIVATE$\\MYOBQueue");
and I receive
"MessageSystem.Messaging.MessageQueueException: The queue does not exist
or you do not have sufficient permissions to perform the operation. at
MQCacheableInfo.get_WriteHandle() at
System.Message.MessageQueue.StaleSafeMessage() at
System.Messaging.MessageQUeue.SendInternal()..."
Windows Firewall is turned off, anything else I need to do? I suspect
it might be something security related in the configuration of the Queue
on the Windows box.
Anyone?
Regards,
Adam
Not having amu success making a connection using C# from a WM5 device to
a Windows XP Pro using ActiveSync inside of VS2005.
AS is working fine, I can connect to a local Queue, but I'm simply
unable to connect to a Queue on the host Windows XP Pro.
I'm currently using
MessageQueue(@"FormatNameIRECT=OS:XPBASE\\PRIVATE$\\MYOBQueue")
and have tried
MessageQueue(@"FormatNameIRECT=OS:XPBASE\PRIVATE$\MYOBQueue");
MessageQueue(@"FormatNameIRECT=OS:\\\\XPBASE\\PRIVATE$\\MYOBQueue");
and I receive
"MessageSystem.Messaging.MessageQueueException: The queue does not exist
or you do not have sufficient permissions to perform the operation. at
MQCacheableInfo.get_WriteHandle() at
System.Message.MessageQueue.StaleSafeMessage() at
System.Messaging.MessageQUeue.SendInternal()..."
Windows Firewall is turned off, anything else I need to do? I suspect
it might be something security related in the configuration of the Queue
on the Windows box.
Anyone?
Regards,
Adam