无法将 Service Fabric 应用程序部署到 dev/local 群集
Cannot deploy Service Fabric application to dev/local cluster
VS 2017,尝试将应用程序部署到我的 local/dev Service Fabric 集群,我收到此消息:
The active solution configuration is not configured to build or deploy the Service Fabric Application project. This can happen if the solution configuration is not configured to build/deploy the x64 platform which this project requires. An attempt will be made to debug launch the project. The application on the cluster, if it exists, may not be up-to-date with the source code since the project was not built and deployed. Do you want to continue?
这问了同样的问题,但是 none 的建议解决方案对我有用:
我的解决方案配置是:
- ClientLib 未部署
- Fabric是实际的顺丰应用
- 最后两个分别是WebApi和无状态服务。
此外,我已经回到所有其他库(作为 Nuget 包引入),将它们更改为 x64,重新部署,并将此 SF 解决方案更新到最新版本。
仍然得到提示。关于要探索的其他解决方案有什么建议吗?
最初,站点会推送到集群并命中断点。好像退步了,根本不会推送应用
发布此 作为答案。
您可以选中 OptOutLinks.Fabric 项目的 'Build' 复选框吗?
VS 2017,尝试将应用程序部署到我的 local/dev Service Fabric 集群,我收到此消息:
The active solution configuration is not configured to build or deploy the Service Fabric Application project. This can happen if the solution configuration is not configured to build/deploy the x64 platform which this project requires. An attempt will be made to debug launch the project. The application on the cluster, if it exists, may not be up-to-date with the source code since the project was not built and deployed. Do you want to continue?
这问了同样的问题,但是 none 的建议解决方案对我有用:
我的解决方案配置是:
- ClientLib 未部署
- Fabric是实际的顺丰应用
- 最后两个分别是WebApi和无状态服务。
此外,我已经回到所有其他库(作为 Nuget 包引入),将它们更改为 x64,重新部署,并将此 SF 解决方案更新到最新版本。
仍然得到提示。关于要探索的其他解决方案有什么建议吗?
最初,站点会推送到集群并命中断点。好像退步了,根本不会推送应用
发布此
您可以选中 OptOutLinks.Fabric 项目的 'Build' 复选框吗?