在 assosiasion 上发布包错误 (Visual Studio)
Publishing package error on assosiasion (Visual Studio)
我已将我的 Visual Studio 更新为更新 1。目前,当我尝试将包与我的商店包相关联时,我收到此错误:
无法更新包清单。一个意料之外的问题发生了。 (结果:0x80004003)
没有关联的发布虽然有效,但是当我启动 'Windows App Certification Kit' 时,我收到此错误:
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.
有什么想法吗?
这似乎是新 Cordova 工具中的一个错误,config.xml(Windows 选项卡)中的版本没有覆盖手动清单的版本...
原来如此
VS2015 Update 1 存在一个已知问题,它会阻止您将应用商店应用关联到 Cordova 项目。相反,您可以选择创建应用程序包选项,这将设置关联并允许您将其作为商店应用程序进行测试。另见:
我已将我的 Visual Studio 更新为更新 1。目前,当我尝试将包与我的商店包相关联时,我收到此错误:
无法更新包清单。一个意料之外的问题发生了。 (结果:0x80004003)
没有关联的发布虽然有效,但是当我启动 'Windows App Certification Kit' 时,我收到此错误:
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.
有什么想法吗?
这似乎是新 Cordova 工具中的一个错误,config.xml(Windows 选项卡)中的版本没有覆盖手动清单的版本... 原来如此
VS2015 Update 1 存在一个已知问题,它会阻止您将应用商店应用关联到 Cordova 项目。相反,您可以选择创建应用程序包选项,这将设置关联并允许您将其作为商店应用程序进行测试。另见: