C# Visual Studio 2015生成Windows 10应用程序时出错,应用程序包包含多个包

C# Visual Studio 2015生成Windows 10应用程序时出错,应用程序包包含多个包,c#,.net,visual-studio,xaml,msbuild,C#,.net,Visual Studio,Xaml,Msbuild,生成Windows 10应用程序时出现Visual Studio 2015错误: 每个体系结构不能创建包含多个包的应用程序包。AppxBundlePlatforms属性的值为“x86 | x64 | arm | arm | x86 | x64”。ABCDEFG.Win10 有人有这个问题吗 以下是我的configuration manager的屏幕截图: MS说: 不是一个bug,而是一种设计 解决方案 打开您的包.StoreAssociation.xml并删除包含冲突的PackageArchi

生成Windows 10应用程序时出现Visual Studio 2015错误:

每个体系结构不能创建包含多个包的应用程序包。AppxBundlePlatforms属性的值为“x86 | x64 | arm | arm | x86 | x64”。ABCDEFG.Win10

有人有这个问题吗

以下是我的configuration manager的屏幕截图: MS说:

不是一个bug,而是一种设计


解决方案

打开您的
包.StoreAssociation.xml
并删除包含冲突的PackageArchitecture的
部分

每个架构只能有一个部分:x86 | x64 | arm,看起来每个架构有2个部分