Publishing package error on assosiasion (Visual Studio)

1

I have updated my Visual Studio to Update 1. Currently when I am trying to associate the package with my Store package I am getting this error:

Unable to update the package manifest. An unexpected error occurred. (HRESULT: 0x80004003)

Publishing without association works though, but as I launch 'Windows App Certification Kit' I get this error:

Error Found: The app manifest test detected the following errors:â—¦The revision number in the app package version and bundle version must be set to 0, for example Version="10.1.2.0". This is restricted for Windows Store use only.

Any Ideas?

visual-studio
cordova
publish
asked on Stack Overflow Dec 6, 2015 by Pavel Durov • edited Dec 6, 2015 by Pavel Durov

2 Answers

1

It seems like a bug in the new Cordova tools, the version in the config.xml (Windows tab) isn't overriding the version of the manual manifest... So there it is

answered on Stack Overflow Dec 10, 2015 by Pavel Durov
1

There's a known problem with VS2015, Update 1 that prevents you from associating a Store app to a Cordova project. Instead, you can choose the option to Create App Packages which will set up the association and allow you to test it as a store app. See also: VS2015 Update 1 Can't Associate Store App

answered on Stack Overflow Feb 18, 2016 by SamG • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0