尝试在设备上运行应用程序时出错
我已收到微软发来的开发者电话。我在尝试运行我的应用程序时收到错误,提示“确保目标设备屏幕已解锁并且该应用程序已安装”。
- 我已注册并解锁手机。
- Zune 软件正在运行。
- 尝试运行应用程序时屏幕已解锁。
- 我已经检查了解决方案属性页的“构建”和“部署”选项。
现在可能缺少什么。?
阿尔法
I have received the developers phone from microsoft. I get an error while tryin to run my app which says "Ensure the target device screen is unlocked and that application is installed ".
- I have registered and unlocked the phone.
- Zune Software is running.
- The screen is unlocked while tryin to run the app.
- I have checked both 'Build' and 'Deploy' options of the Solution Property Pages.
Now what could be missing.??
Alfah
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我收到的错误是“错误 1 0x81030120”。我使用的是芒果版Windows Phone。
注释掉 WMAppManifest.xml 中的以下行将解决该问题。
的芒果版不支持互操作服务
Windows Phone Alfah
The error I get is "Error 1 0x81030120". I am using the mango version windows phone.
Commenting out the following line in the WMAppManifest.xml will solve the issue.
Interopservices are not supported in mango version of Windows phone
Alfah