0x80071C57 连接到 Service Fabric 集群时出错

0x80071C57 Error Connecting to Service Fabric Cluster

我正在尝试部署我的应用程序或连接到 Service Fabric 集群,但出现以下错误:Could Not connect to cluster: System.Fabric.FabricException: An error occurred during this operation. Please check the trace logs for more details. ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x80071C57

发生这种情况是因为我没有在我的开发箱上安装正确的客户端证书。安装后,我可以连接到 PowerShell 中的集群并在 Visual Studio.

中部署应用程序