vs2010 stuck/freeze in any kind of scrolling

笑着哭i 提交于 2019-12-05 00:43:35

问题


I have an annoying problem in VS 2010 SP1,

when ever I try to scroll up/down with the mouse, or keyboard or scroll bars the VS2010 going crazy and the screen freezes in some parts.

I restarted VS 2010 and even restarted the computer but nothing. I uninstalled VS2010 and vs2010 SP1 and everything related to VS2010.

take a look at the examples:

Please help me..


回答1:


I fix it by changing the Compatibility of devenv.exe, doing the following steps:

  • right-click the devenv.exe file that located on:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe

  • Choose properties.
  • On Compatibility tab disable the following:

    1. Disable visual themes
    2. Disable desktop composition
    3. Disable display scaling on high DPI settings




回答2:


The problem on my system was a screen mirroring driver (VNC) which disabled Aero which caused this issue. Disabling the driver and restarting fixed it.

I'm on VS2017 / Win7 x64 btw.



来源:https://stackoverflow.com/questions/9663585/vs2010-stuck-freeze-in-any-kind-of-scrolling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!