【发布时间】:2009-07-18 19:46:49
【问题描述】:
我有使用 net.msmq 协议的 wcf 服务,但服务无法激活并出现以下错误。有什么问题?
看起来它正在尝试在 AD 中查找 machineid 或其他内容,但为什么呢? 服务名称类似于 net.msmq://localhost/private/myservice.svc
A connection with Active Directory cannot be established. Verify that there are sufficient permissions to perform this operation.
System.Messaging.MessageQueue.GetMachineId(String machineName)
System.Messaging.MessageQueueCriteria.set_MachineName(String value)
System.Messaging.MessageQueue.GetPublicQueuesByMachine(String machineName)
System.ServiceModel.Channels.MsmqBindingMonitor.OnTimer(Object state)
【问题讨论】:
-
确认我没有连接到广告,但应用程序也不会连接,并且不需要来自广告的任何内容。