AppManifest 验证失败.WMAppmanifest.xml 中的 AppPlatformVersion 无效

编程入门 行业动态 更新时间:2024-10-24 00:28:58
本文介绍了AppManifest 验证失败.WMAppmanifest.xml 中的 AppPlatformVersion 无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我最近将我的 WP8 Silverlight 应用程序升级到 8.1 Silverlight.但是现在,ehwn 构建我总是收到此错误消息

I recently upgraded my WP8 Silverlight Application to 8.1 Silverlight. But now, ehwn building I always get this error message

AppManifest Validation failed. Invalid AppPlatformVersion in WMAppmanifest.xml  Bedtime Music

出了什么问题,我该如何解决.

What went wrong and how can I fix this.

谢谢

推荐答案

不,我自己发现了:在 WMAppmanifest 文件中有这一行:

Nah, I found out by myself: In the WMAppmanifest file there is this line:

<Deployment xmlns="http://schemas.microsoft/windowsphone/2012/deployment" AppPlatformVersion="8.0">

为了处理仅将 8.0 设置为 8.1 时出现的错误,我还需要将年份从 2012 年更改为 2014 年

To deal with the resulting error that occurs when just setting 8.0 to 8.1 I also needed to change the year from 2012 to 2014

<Deployment xmlns="http://schemas.microsoft/windowsphone/2014/deployment" AppPlatformVersion="8.1">

也在文件中的其他地方.

Also somewehere else in the file.

这篇关于AppManifest 验证失败.WMAppmanifest.xml 中的 AppPlatformVersion 无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

更多推荐

[db:关键词]

本文发布于:2023-04-25 13:50:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1117732.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:WMAppmanifest   AppManifest   AppPlatformVersion   xml

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!