VS2015很卡一个可能的原因

在VS2015中如果源代码管理选择了git,在某些情况下,如系统更新、开启了杀毒软件,可能会导致在VS2015中编写代码,启动/结束调试时卡死(未响应),解决办法就是将源代码管理置为无。

其实,当VS2015因为使用git做源代码管理而变卡时,启动git bash也会很慢。

 

4.12补充                                                         

关闭源代码管理之后,VS还是很卡,经过分析,在win10分析等待链,发现是被XDesProc.exe这个进程卡住了,https://www.it1352.com/1235574.html提供了一种解释,说是XAML设计器的问题,回想了一下可能跟之前打系统补丁导致的。

 

 There is a known issue that loading XAML designer may take long time and appear to be hang when the target platform is x64. Could you check if this is the case with your repro? If it is, the workaround is to set the target platform to be win32/x86. We are looking to fix this in future releases.

 

posted @ 2020-04-07 09:33  梦醒江南·Infinite  阅读(1187)  评论(0编辑  收藏  举报