Visual studio Visual studio、Windows Phone emulator不工作

Visual studio Visual studio、Windows Phone emulator不工作,visual-studio,windows-phone,windows-phone-8-emulator,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

在中制作了一个应用程序

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   )

有人有什么想法吗

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

有几点需要注意:

您是否已启用Hyper-V并正在运行?如果没有,则需要运行Hyper-V才能运行Windows Phone emulator。 在Hyper-V管理器中,是否看到列出的Windows Phone仿真程序图像? 使用Hyper-V管理器,可以启动任何仿真程序映像:

在Visual Studio中,是否看到“生成和调试目标”工具栏中列出的模拟器:


如果上述任何一个步骤失败,在继续之前,您应该集中精力按顺序解决这些步骤。

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