Visual Studio,Windows Phone模拟器无法正常工作

时间:2015-04-10 00:41:13

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

中制作应用
  • visual studio 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   )
    
谁有任何想法?

1 个答案:

答案 0 :(得分:0)

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

要注意的一些事项:

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

  4. 在Visual Studio中,您是否看到构建和放大器中列出的模拟器?调试目标工具栏: enter image description here

  5. 如果上述任何步骤失败,您应该在继续之前重点按顺序解决这些步骤。