问题描述
当我创建一个Windows 8 Metro应用程序时,我能够在本地计算机上运行它很好但是当我尝试在模拟器上调试它时,模拟器启动然后我收到错误说:
When I create a Windows 8 Metro app, I am able to run it just fine on the local machine however when I try to debug it on the simulator, the simulator starts and then I get an error saying:
无法启动模拟器。 无法处理请求,因为进程(####)已退出。
Unable to start the Simulator. Cannot process request because the process (####) has exited.
我使用的是Windows 8(最新版本,8400)和VS 2012 RC。 我尝试了一个在论坛上发现的关于将注册表项(HKEY_LOCAL_MACHINE_\SYSTEM\CurrentControlSet \Control \Terminal Server \fDenyChildConnections)设置为1的建议。 但仍然是
没有运气。 有没有其他人找到解决这个问题的方法?
I am using Windows 8 (the latest build, 8400) and VS 2012 RC. I tried one suggestion I found on the forums about setting a registry key (HKEY_LOCAL_MACHINE_\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyChildConnections) to 1. But still no luck. Has anyone else found a solution to this problem?
推荐答案
相同的应用程序安装另一个用户帐号?
Same Application installed another user account?
这篇关于无法从Visual Studio在模拟器上启动Metro应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!