01 2013 档案
摘要:由于Visual Studio 2012的Windows Phone 8模拟器基于Hyper-V,让部分开发人员很难抛弃它,而同时又想要运行一些Hyper-V不支持的操作系统(比如Mac OSX),这时就需要安装像VMware这样的虚拟机软件。出于Hypervisor的限制在安装VMware时会提示当前系统已安装了Hyper-V,需要将它卸载才能够继续。这时可以通过设置两个启动菜单解决该问题:1、运行命令行提示符,输入如下指令:bcdedit /copy {current} /d "Windows Server 2012(No Hyper-V)"2、记录第一步命令执行后显示
阅读全文
摘要:今天调试一个Windows Phone 7.1程序,Visual Studio 2012中添加断点就会立刻crash(不加任何断点可以正常运行)。最初以为是偶然现象,反复几次以后查看了详细信息,提示如下:Application: devenv.exeFramework Version: v4.0.30319Description: The process was terminated due to an unhandled exception.Exception Info: System.NullReferenceExceptionStack: at TypeScriptDebugEngi..
阅读全文
摘要:Windows Phone Emulator启用Network Simulation提示如下错误:The Windows Phone Emulator wasn't able to create the external network switches:Something happened while creating a switch: Failed while creating virtual Ethernet switch.Ethernet port '{6cfb8175-1487-4d83-8a56-be1b8644e69a}' bind failed: Th
阅读全文