I added the Stateless Service Fabric project to my solution and configured it as my own Web Api host. I did not touch anything in any of the files added by Visual Studio. The only thing that went wrong was the Git merge error in the solution file, which is why I need to add projects manually again.
Projects are named as follows:
- Project Name / sfproj: ClientCore.CommandStackApi.Deploy
- Service Name / csproj: ClientCore.CommandStackApi
When I try to deploy, I get the following error:
Application BuildLayout in C: \ SfDevCluster \ Data \ ImageBuilderProxy \ AppType \ ClientCore.CommandStackApi.DeployType is invalid. ServiceManifest.xml is not available for the ClientCore.CommandStackApiPkg service.
When I compare the files and all the project parameters that I can think of with my other Fabric Projects, everything looks fine, but he continues to complain about the lack of a service manifest. The only thing I noticed was the SF project, which was missing from the CommandStackApi project, but that didn't change anything.
I tried on two different computers, the last of which had a new SDK Service Fabric installation, etc.
I assume that this will work if I delete all projects and configure everything again, but this happened earlier when I tried to create the deployment package and powershell script from the MSDN manual, so I really like some understanding of what I can do wrong . If this happens with a more mature project, I will not have the opportunity to recreate the solution from scratch and touch the Blackbox magic settings in Visual Studio, what it should do behind the scenes. Any ideas that may be wrong will be appreciated.
Novac source share