Azure Service Fabric missing DLL on production server: FabricCommon.dll

前端 未结 5 1276
太阳男子
太阳男子 2020-12-31 14:09

I have created an actor service, which runs on a development cluster. An ASP.NET application (hosted separately via IIS), connects to the cluster and uses the actors. This w

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 14:26

    For cases when you can't install Service Fabric SDK on target environment there is an option to use Service Fabric REST API.

    Here is my repo with API client written in C# which can resolve service using this API

提交回复
热议问题