开发者

Why do I get an error trying to connect to a Win2k8 MSMQ queue from Windows 7?

I have a .NET3.5 application that connects to a remote queue (a private queue, running on Windows Server 2008). The client recently was forced to upgrade the machine on which this application ran to Windows 7 from Windows XP. Now, when my application attempts to connect to the remote queue it crashes with an error that it cannot connect to the remote queue. Here is the exception message and the first couple lines of the stack trace:

Syste开发者_JAVA技巧m.Messaging.MessageQueueException: The queue does not exist or you do not have sufficient permissions to perform the operation. at System.Messaging.MessageQueue.ResolveFormatNameFromQueuePath(String queuePath, Boolean throwException) at System.Messaging.MessageQueue.get_FormatName() at System.Messaging.MessageQueue.GetMessageEnumerator2() at

The remote queue's permissions are satisfactory ("Everyone" has "Full Control"), and I am running this application as Administrator.

Any ideas?

Thanks, Matthew Belk


This is a non-issue. Had nothing to do with Win7 or anything like that. Brainfart on my part.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜