The active solution configuration is not configured to build or deploy the Service Fabric Application Project
问题 I have a Service Fabric project with multiple services. When i try to deploy it, i get the following error: 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. 回答1: Possible cause 1: Check in the Configuration Manager for the proper platforms to be set for the projects( x64 is required for Service Fabric ). For