2

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

The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by exampling the file

'C:\Users\your-user-name\AppData\Roaming\Microsoft\VisualStudio\your-version-number.*\ActivityLog.xml'.

Continue to show this error message?

I've Tried these support methods:

https://stackoverflow.com/a/40418814

https://stackoverflow.com/a/23646013

Though I am getting no luck. Any hep will be appreciated

qxotk
  • 2,384
  • 5
  • 24
  • 39
Orion2166
  • 41
  • 2
  • 6
  • 1
    Did you try doing a repair on visual studio 2017 – Ken Tucker Apr 12 '17 at 23:05
  • Yes, I also tried restarting my computer I am getting the error "General Diagnostics about running VS session" package did not load correctly – Orion2166 Apr 16 '17 at 22:53
  • Each time I am getting a different error. – Orion2166 Apr 16 '17 at 22:53
  • Best bet is to uninstall visual studio 2017 with the visual studio uninstaller on github and install it again. https://github.com/Microsoft/VisualStudioUninstaller – Ken Tucker Apr 17 '17 at 10:51
  • Exception details: System.TypeLoadException: Failure has occurred while loading a type. at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context) at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage() at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent() – Orion2166 Apr 21 '17 at 16:52
  • Possible duplicate of [Microsoft.visual studio package did not load correctly](https://stackoverflow.com/questions/17574089/microsoft-visual-studio-package-did-not-load-correctly) – qxotk Aug 23 '18 at 21:00
  • Repair / Update corrected this issue for me. I think issue (for me) was caused by installing .net 3.5 on Windows 10 … I had to do certain actions to achieve .net 3.5 install on Windows 10 … Rad Studio 2007 wanted .net 2 which is included in .net 3.5 apparently. Habe both Rad Studio 2007 and Visual Studio 2017 running fine on Windows 10 now … – Allan F Jul 10 '19 at 06:46

1 Answers1

0
  1. Find ComponentModelCache folder
  2. Delete Microsoft.VisualStudio.Default.cache
  3. Restart Visual Studio

Enjoy using Visual Studio.

rsm
  • 2,530
  • 4
  • 26
  • 33