5

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 here enter image description here

Please help me..

Dor Cohen
  • 16,769
  • 23
  • 93
  • 161

2 Answers2

8

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

Dor Cohen
  • 16,769
  • 23
  • 93
  • 161
  • 1
    Thanks that saved my day :-) I searched a solution for over a week. And this helped. Altough I'm using VS2012 – Boas Enkler Jan 21 '13 at 08:42
0

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.

sneusse
  • 1,422
  • 1
  • 10
  • 18