c# - 如何将 Windows Phone 8.1 应用程序部署到 Windows 10 移动设备?

标签 c# windows-phone-8.1 win-universal-app windows-10 windows-10-mobile

无法将我的 Windows Phone 8.1 应用程序(XAML、appx)部署到运行 Windows 10 Mobile v10512 的诺基亚 Lumia 920。部署失败:

Error : DEP0001 : Unexpected Error: Element not found. (Exception from HRESULT: 0x80070490) 

可以将 WP8.1 应用程序部署到 WP8.1 设备。在该 Windows 10 移动设备上部署 Windows 10 UWP 应用程序也可以。即使在 Windows 10 Mobile Emulator 上部署该 WP8.1 应用程序也能正常工作。

我的机器运行 Windows 10 x64、Visual Studio 2015 和 Windows 10 SDK v10240,所有 RTM。

最佳答案

可以在 Windows Phone 10 设备上部署我的 Windows Phone 8.1 应用程序,你检查这个类似的问题: https://social.msdn.microsoft.com/Forums/en-US/a3b5a4a1-307a-418e-94d0-3d0c538eec21/how-to-deploy-windows-phone-81-store-app-to-windows-10-mobile-device?forum=wpdevelop

在部署之前,您需要引用这篇文章 ( https://msdn.microsoft.com/en-us/library/windows/apps/Ff769508(v=VS.105).aspx ),了解如何注册我们的手机设备以进行 Windows Phone 开发。

关于c# - 如何将 Windows Phone 8.1 应用程序部署到 Windows 10 移动设备?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32044951/

相关文章:

c# - 如何验证 SalesForce Consumer Key 和 Consumer Secret

c# - 在 LongListSelector 中使用控件

c++ - Windows 10 中的 Windows 运行时可激活类

c# - 文化信息和日期时间信息 : How to check if is 24 hour time?

c# - 字节溢出评估为零而不是异常?

c# - wpf 将列表框项目绑定(bind)到静态列表

visual-studio-2015 - VS2015 DEP0700 : Registration of the app failed. (0x80070005)

c# - 针对多个版本的程序集 System.Net.Http 生成的 native 图像

c# - 处理 Windows Phone 8.1 中 UI 性能问题的最佳方法

c# - C++CX 与 C++CLI - 是否可以从 C++CX 动态程序集访问动态 WUP C# dll?