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

phi*_*sch 3 silverlight windows-phone-8

我最近将我的WP8 Silverlight应用程序升级到8.1 Silverlight.但现在,ehwn建设我总是得到这个错误信息

AppManifest Validation failed. Invalid AppPlatformVersion in WMAppmanifest.xml  Bedtime Music
Run Code Online (Sandbox Code Playgroud)

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

谢谢

phi*_*sch 6

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

<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
Run Code Online (Sandbox Code Playgroud)

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

<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2014/deployment" AppPlatformVersion="8.1">
Run Code Online (Sandbox Code Playgroud)

还有文件中的其他一些内容.