我目前正在将使用NServiceBus 2.6的应用程序迁移到NServiceBus 3的最新测试版。但我无法启动它。在web.config中,以下行会导致错误:
<MsmqSubscriptionStorageConfig Queue="myApp_subscriptions"/>
错误:
Parser Error Message: The value of the property 'Queue' cannot be parsed. The error is: Unable to find a converter that supports conversion to/from string for the property 'Queue' of type 'Address'.
有人知道如何解决这个问题吗?它在2.6版本中运行良好。
答案 0 :(得分:0)
这是当前测试版中确认的错误(https://github.com/NServiceBus/NServiceBus/issues/182)。它将在beta7中修复,将在几天内完成。临时解决方法是删除配置条目并将订阅移动到使用脚本/队列资源管理器创建的新队列