Windows Phone模拟器无法启动,NetBT错误

时间:2013-12-08 21:26:05

标签: c# windows-phone-8 hyper-v windows-phone-8-emulator

Windows Phone模拟器无法启动。当我尝试启动模拟器时说“Windows Phone Os正在启动”。我看了一下计算机管理/事件查看器。当我尝试启动Windows phone Emulator时,在系统日志中会出现一些错误。

第一

Log Name:      System
Source:        NetBT
Date:          12/8/2013 23:08:11
Event ID:      4307
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      birfincankafein
Description:   Initialization failed because the transport refused to open initial addresses.

第二名:

Log Name:      System
Source:        Microsoft-Windows-Hyper-V-VmSwitch
Date:          12/8/2013 23:08:04
Event ID:      27
Task Category: (1019)
Level:         Warning
Keywords:      
User:          SYSTEM
Computer:      birfincankafein
Description:
Networking driver in Emulator 8.0.10322 WXGA.metehan loaded but has a different version from the server. Server version 5.0  Client version 4.0 (Virtual machine ID B0F3F3F5-7D6F-4551-848D-230DF063B1DF). The device will work, but this is an unsupported configuration. This means that technical support will not be provided until this problem is resolved. To fix this problem, upgrade the integration services. To upgrade, connect to the virtual machine and select Insert Integration Services Setup Disk from the Action menu.

3TH:

Log Name:      System
Source:        storvsp
Date:          12/8/2013 23:08:01
Event ID:      6
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      birfincankafein
Description:
A storage device in 'Emulator 8.0.10322 WXGA.metehan' loaded but has a different version from the server.  Server version 6.0  Client version 5.1 (Virtual machine ID B0F3F3F5-7D6F-4551-848D-230DF063B1DF). The device will work, but this is an unsupported configuration. This means that technical support will not be provided until this problem is resolved. To fix this problem, upgrade the integration services. To upgrade, connect to the virtual machine and select Insert Integration Services Setup Disk from the Action menu.

1 个答案:

答案 0 :(得分:0)

您是否尝试过在错误消息中建议的内容?

  

要解决此问题,请升级集成服务。要升级,请连接到虚拟机,然后从“操作”菜单中选择“插入Integration Services安装盘”。

[编辑] 我跳了起来尝试了这个,但我认为它不会最终帮助你。我可以插入虚拟Integration Services安装盘,但无法运行它。见下文......

相反,我认为你必须更广泛地解决这个问题。首先,确保您运行的是支持Hyper-V(虚拟机管理组件)的主机操作系统。这是Win7(适用于VS2012)或Win8(VS2013)的专业版本。如果您确实拥有功能强大的主机操作系统,请尝试重新安装Visual Studio的现有实例(控件,程序和功能,右键单击VS ...)。如果这不起作用,删除 Visual Studio,重新启动,重新安装。如果这不起作用,我不知道是什么。

这是我尝试使用Integration Services的内容。也许一个更聪明的人可以跳进去提供失踪的魔法......

  1. 在Windows专业版上...
  2. 安装Hyper-V Manager(如果您还没有)。 (控制 面板,程序和功能,打开或关闭Windows功能, 选择'Hyper-V'然后检查平台和管理工具。)。 重新启动。
  3. 打开Hyper-V管理器(主屏幕,开始输入'hyper',搜索将会 找到它。)
  4. 在“虚拟机”下,突出显示其中一个模拟器...虚拟 机器。右键单击“连接”。
  5. 验证仿真器当前已断电(即未显示WP home 模拟器中的屏幕。)
  6. 在“模拟器...”窗口的“文件”菜单中,选择“设置”。
  7. 在“设置模拟器...”窗口中,突出显示IDE控制器1' 在左侧面板中。
  8. 在右侧面板中,突出显示“DVD驱动器”,然后单击“添加”。
  9. 现在启动模拟器VM。回到“模拟器...”窗口, '动作'菜单,选择'开机'。在主面板中,您应该 不久见WP主屏幕。
  10. 最后,“操作”菜单,“插入Integration Services安装盘”。  Hyper-V知道它在哪里。
  11. 而且......没有任何反应。我没有看到VM运行安装程序或做任何事情的迹象。也许,如果您的VM首先在某种程度上错误配置,这将默默地解决您的问题。友好的巫师被邀请参加。