【发布时间】:2018-12-31 15:46:46
【问题描述】:
我有一个在 Service Fabric 本地集群中运行的 .NetCore 无状态 WebAPI 服务。
return Endpoint.Start(endpointConfiguration).GetAwaiter().GetResult();
当我尝试启动 NServiceBus 端点时,我得到了这个异常:
对路径“C:\SfDevCluster\Data_App_Node_0\AppType_App10\App.APIPkg.Code.1.0.0.diagnostics”的访问被拒绝。
如何解决? VS 在管理员下运行。
【问题讨论】:
标签: asp.net-core azure-service-fabric nservicebus