NServiceBus:不使用通用主机的非 XML 配置时抛出异常
我想使用 NServiceBus 通用主机将我的订阅者作为服务运行。我的订阅者使用非 XML 配置,因此不需要 app.config。我的问题是,由于我没有 app.config,因此我从通用主机收到此错误:
在以下位置找不到配置文件:C:\My Dev\NServiceBus2.0.0.1145\samples\PubSub\Subscriber2\bin\Debug\Subscriber2.dll.config
有没有办法禁用通用主机的默认行为而不搜索 .config 文件?
I want to use the NServiceBus Generic Host for running my subscriber as a service. My subscriber uses no-XML configuration, so there is no need for an app.config. My problem is that since I don't have an app.config, I get this error from the Generic host:
No configuration file found at: C:\My
Dev\NServiceBus2.0.0.1145\samples\PubSub\Subscriber2\bin\Debug\Subscriber2.dll.config
Is there a way to disable to default behavior of the Generic host to NOT search for the .config file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来除了自己托管 NSB(来自主机源)之外没有其他办法解决这个问题:
Looks like there is no way around this except to host NSB on your own(from the host source):