本文介绍了在VS 2015中启动移动模拟器的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在VS2015中启动电话模拟器时,我仍然遇到问题.他们似乎在某一点上运行良好,但是在几天不使用仿真器之后,我又回到尝试使用一个仿真器的状态,现在尝试运行多个仿真器时出现以下错误 Microsoft的通用窗口示例:

严重级别代码说明项目文件行
错误:DEP6100:在引导阶段连接到设备A6BAF594-9315-40C3-AD16-F5B8A425A7AB"期间发生了以下意外错误:
SystemException-在未初始化的对象上调用了一个方法.

严重性代码说明项目文件行
错误错误:DEP6200:引导仿真器8.1 WVGA 4英寸512MB"失败.找不到设备.  DataReaderWriter.WindowsPhone 

我还会收到尝试修改开关设置"模拟器加载失败之前发出警告消息.

有人知道这里发生了什么吗?

谢谢.


史蒂夫·亨特

解决方案


I'm still having a problem with starting phone emulators in VS2015. They were seemingly working fine at one point, but after several days of not using emulators, I went back to trying to use one and now get the following errors when attempting to run several of the universal window examples from Microsoft:

Severity Code Description Project File Line
Error  Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device 'A6BAF594-9315-40C3-AD16-F5B8A425A7AB'.':
SystemException - A method was called on an uninitialized object. DataReaderWriter.WindowsPhone  

Severity Code Description Project File Line
Error  Error : DEP6200 : Bootstrapping 'Emulator 8.1 WVGA 4 inch 512MB' failed. Device cannot be found. DataReaderWriter.WindowsPhone  

I also get an "Attempting to modify switch settings" warning message before the emulator fails to load.

Does anyone have any idea what is going on here?

Thanks.


Steve Hunt

解决方案


这篇关于在VS 2015中启动移动模拟器的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 17:51