【发布时间】:2014-04-08 06:46:05
【问题描述】:
我正在尝试使用这种方法在构建过程之后将我的 NServiceBus 处理程序设置为 Windows 服务:
NServiceBus.Host.exe /install /serviceName:MyServer.dll
/displayName:"My Super Duper service"
/description:"My server installed by NService Magic"
服务已安装,但: 1.未启动 2. 是阻塞bin里的文件,所以我必须先把我的文件复制到其他文件夹吗?
【问题讨论】:
标签: nservicebus