visual-studio - 事件解决方案配置未配置为构建或部署 Service Fabric 应用程序项目

标签 visual-studio azure-service-fabric

我有一个包含多个服务的 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 the project requires.

最佳答案

Service Fabric 项目必须设置为 启动项目它的配置必须如下所示:
Service Fabric 项目(右键单击)>>> 属性 >>> 配置管理器

enter image description here

关于visual-studio - 事件解决方案配置未配置为构建或部署 Service Fabric 应用程序项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48118175/

相关文章:

visual-studio - 为什么 Chrome 中的控制台在 browserLink 中显示 404 not found?

.net - 无法在 Visual Studio 2019 中打开 Service Fabric 项目

azure - 数百个 Service Fabric 证书错误

azure - Kubernetes + Docker + AWS = Azure + Service Fabric 吗?

azure-service-fabric - Service Fabric .Net Framework 4.5.1和4.6

C# 单元测试列表

visual-studio - 项目引用 VS NuGet

azure - 在哪里设置和访问服务结构每个环境的运行时配置参数?

c++ - 将输入管道输入到 c++ 程序中以在 Visual Studio 中进行调试

c# - 检查哪个visual studio版本是使用C#代码运行的项目