【问题标题】:Visual studio, Windows Phone emulator not workingVisual Studio,Windows Phone 模拟器不工作
【发布时间】:2017-08-21 18:44:18
【问题描述】:

中制作了一个应用程序
  • 视觉工作室 2013
  • 下载windows phone 8.1,最新版本

尝试运行我的应用程序,但它一直给我这个错误。

我试过了

  • 正在卸载,
  • 使用修复,
  • 重新下载并重新安装,
  • 重启我的电脑,
  • 删除了几个人推荐的文件夹,但没有。

    (Error  1   Retrieving the COM class factory for component with CLSID
    {2D0A16C9-53D9-42C1-BCC2-8D2A135E2163} failed due to the following 
    error: 8007007e The specified module could not be found. (Exception
    from HRESULT: 0x8007007E). Please rebuild the solution and try again.
        0   0   )
    

有人有什么想法吗?

【问题讨论】:

  • 请同时提供您的应用代码示例,否则人们无法重现该错误。

标签: visual-studio windows-phone windows-phone-8-emulator


【解决方案1】:

您在上面引用的 CLSID 是 VSD(Visual Studio 设备)连接管理器。看起来VS找不到VSD ConnectionManager。

需要注意的几点:

  1. 您是否启用并运行了 Hyper-V?如果没有,您需要运行 Hyper-V 才能运行 Windows Phone 模拟器。
  2. 在 Hyper-V 管理器中,您是否看到列出的 Windows Phone 模拟器映像?
  3. 使用 Hyper-V 管理器,您是否可以启动任何模拟器映像:

  4. 在 Visual Studio 中,您是否看到构建和调试目标工具栏中列出的仿真器:

如果上述任何步骤失败,您应该专注于按顺序解决这些步骤,然后再继续。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-04-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多