你好!
从你的描述上来看,你的VS IDE似乎由于某些原因crash掉了。
这种现象应该是VS IDE由于某些原因而crash掉了。关于crash的问题,其实可能会有很多的可能性引起的。
你可以尝试一下以下这些方法:
- 打开“开始”菜单 >> 运行 >> 输入“devenv.exe /safemode”,用安全模式来进入Visual Studio,这可以用来排除一些第三方插件或者软件引发的问题
- 从安全模式进入系统,并运行VS,这样可以排除一些服务引起的问题
- 新建个系统账户,进入运行VS,可以用来排除账户引发的可能性
另外,你可以用Process Monitor:http://technet.microsoft.com/zh-cn/sysinternals/bb896645.aspx来跟踪一下,当crash发生的时候,VS做了些什么注册表或者文件的读写之类的动作。
或者查一下“事件查看器”。你可以打开“运行”,输入“eventvwr”,然后看一下在错误发生的时间段之间你能看到有没有什么错误被记录下来。
希望对你有所帮助。
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.