Wp8应用程序在模拟器中部署错误0x81030110 [英] Wp8 app Deployment Error 0x81030110 in the emulator

查看:180
本文介绍了Wp8应用程序在模拟器中部署错误0x81030110的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了wp8应用程序,并使用powershell签署了我的企业证书应用程序。成功签署后,我正在尝试在模拟器中部署我已注册的应用程序,但是我收到错误,



当我对这个错误进行了谷歌表示无法安装应用程序。出现运行时错误。属性内容中的功能WMAppManifest.xml文件不正确。
,他们引用了这个站点链接,但我无法找到正确的解决方案。请帮我解决这个问题。

解决方案

在浪费了一些时间尝试解决这个问题后,我最终通过只保留只有实际使用的功能来解决这个问题,不再!在我的情况下,我只需要互联网许可,所以这里是我的WMAppManifest.xml的功能部分如何看起来

 <功能> 
< Capability Name =ID_CAP_NETWORKING/>
< / Capabilities>


I was developed wp8 app and signed my app with enterprise certificate using powershell.After successfully signed and i was trying to deploy my signed app in emulator,but i was received the error,

when i googled about this error they stated that Failed to install the application. Runtime error has occurred. Capabilities WMAppManifest.xml file located in the attribute content is incorrect. and they referred this site link.but i was not able to found the proper solution.kindly help me to get rid of this problem

解决方案

After having wasted some time trying to solve this problem I eventually solved it by just keeping only those capabilities which I am actually using, no less, no more! In my case I only needed internet permission so here is how the capabilities part of my WMAppManifest.xml looks now

<Capabilities>
      <Capability Name="ID_CAP_NETWORKING" />
</Capabilities>

这篇关于Wp8应用程序在模拟器中部署错误0x81030110的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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