38

I used to use vs 2012 for some month without any problem, today when I want to open my c# project , I got this error message:

This program has known compatibility issues

Visual Studio 2012 Express for Windows Desktop is incompatible with this version of Windows. 

when I click Run program I got this error:

'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly

When I continue with this error message, another error message shows: Visual Studio has stopped working. I need to get it work as soon as posible, any idea?

stijn
  • 34,664
  • 13
  • 111
  • 163
Narges
  • 1,345
  • 6
  • 14
  • 29
  • thanks for editing, but I need the answer more! ( just kidding ) – Narges Jul 17 '13 at 19:36
  • Mark my answer if it solved your problem so that others can also benefit from it. – Jarek Mazur Sep 18 '13 at 14:52
  • Here is a solution from [msdn](https://social.msdn.microsoft.com/Forums/en-US/6c1b2d94-5338-47c0-b148-0cf46b4a47d5/microsoftvisualstudioeditorimplementationeditorpackage-package-did-not-load-correctly?forum=visualstudiogeneral&prof=required). – Ognyan Dimitrov Jun 30 '15 at 07:14

3 Answers3

51

I had a similar problem, installing this patch solved it: KB2781514

Jarek Mazur
  • 2,052
  • 1
  • 25
  • 41
51

I just got this error in VS2013 after installing a VS extension. I fixed it by closing all instances of Visual Studio, then removing %LOCALAPPDATA%\Microsoft\VisualStudio\12.0\ComponentModelCache

squeakyD
  • 628
  • 5
  • 5
  • 1
    Confirmed still working (for a problem randomly cropping up in 2014!). This was not after installing a new extension though, just seemed to occur out of nowhere. – Nicholi May 20 '14 at 18:55
  • Same here. I disabled a random extension and restarted, that also fixed it for me. I could enable it afterwards again. – Ray Aug 13 '14 at 08:20
  • Got this error after installing some extension, thanks for this easy fix – Manik Arora Dec 01 '15 at 04:08
1

Happened to me today on VS 2012. The Update mentioned by Jarek didn't install (it complained I already have more stuff installed). Deleting the folder mentioned by squeaky didn't work.

Finally fixed after I installed VS 2012 Update 4 : http://www.microsoft.com/en-us/download/details.aspx?id=39305

basarat
  • 261,912
  • 58
  • 460
  • 511