[UWP] [RS2:1703] package.appxmanifest中生成错误的标记 [英] [UWP][RS2:1703] Wrong tag generated in package.appxmanifest

查看:75
本文介绍了[UWP] [RS2:1703] package.appxmanifest中生成错误的标记的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

创建包时,如果您更改了版本号,则始终会自动生成此错误标记:< Capability Name =" backgroundMediaPlayback"的xmlns = QUOT;" />

When create package, if you changed the version number, it always auto-generate this wrong tag: <Capability Name="backgroundMediaPlayback" xmlns="" />

下面还有一个正确的标签:< uap3:Capability Name =" backgroundMediaPlayback" />

There is also a correct tag below it: <uap3:Capability Name="backgroundMediaPlayback" />

然后无法创建,并且不能由appxmanifest设计者打开。怎么了?

Then it can not be created, and can not be openned by appxmanifest designer. What's wrong?

推荐答案

创建者SDK更新后,"背景媒体播放"选项完全被破坏。

After the Creators SDK Update, the "Background Media Playback" option is completely broken.

如果你'检查'设计师中的选项,它会注入

If you 'check' the option in the designer, it injects

< Capability Name =" backgroundMediaPlayback" xmlns ="" />

< uap3:Capability Name =" backgroundMediaPlayback" />

<Capability Name="backgroundMediaPlayback" xmlns=""/>
<uap3:Capability Name="backgroundMediaPlayback"/>

如果删除第一个项目,则会自动将其添加回来。如果您删除第二个,设计师将无法打开。 

If you remove the first item, it auto-adds it back. If you remove the second, the designer won't open. 

请解决此问题,它会阻止我们发布后台媒体应用程序和对最终用户的重要更新

Please fix this, it prevents us from publishing background media applications and critical updates to our end users


这篇关于[UWP] [RS2:1703] package.appxmanifest中生成错误的标记的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆