Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vs2010 stuck/freeze in any kind of scrolling

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:

enter image description hereenter image description here

Please help me..

like image 647
Dor Cohen Avatar asked Mar 12 '12 08:03

Dor Cohen


1 Answers

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

    Compatibility tab

like image 135
Dor Cohen Avatar answered Nov 05 '22 01:11

Dor Cohen