Philippe Grondier
Philippe Grondier

Reputation: 11148

Visual Studio 2012 cannot be started after an upgrade from Windows 7 to Windows 8

I recently upgraded my Windows 7 pro version to a Windows 8 pro version. Everything went smoothly, and all programs and services (including SQL server) are working normaly, except for Visual Studio: it stopped working and keeps on displaying the message "Microsoft Visual Studio professional has stopped working ... Windows will close the program and notify you if a solution is available".

What I cannot do:

What I did:

What I still did not do:

I hope someone could give me an idea ...

PS: Windows 7 was En-US, while Windows 8 is En-En. One would say there is no reason for this to have an impact ... but ... who knows?

Upvotes: 4

Views: 2596

Answers (1)

N_A
N_A

Reputation: 19897

This appears to be a graphics driver issue.

See here, here and here.

A couple of suggested solutions from those pages:

  1. Update your graphics drivers
  2. DisableHWAcceleration = 1 (useful if you can't update your drivers for some reason)
  3. Rollback to a previous driver version (or in your case uninstall and reinstall with an older version)

Upvotes: 4

Related Questions