I have an app with several service. Once I deleted a service and created it again from Service Fabric Explorer. As I can see, there is no way to set Move Cost
value from dialog of creation.
Then I decided to upgrade the app from Visual Studio and it ended with “Default service descriptions must not be modified as part of upgrade”.
I figured out the difference between descriptions and tried to add DefaultMoveCost
in ApplicationManafest.xml, DefaultServices section. But upgrade failed again saying There is an error in XML document (0, 0).
.
- Looks like setting Move Cost is not supported by VS or am I doing something wrong?
- How can I upgrade a service that has been created from SF Explorer?