Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Visual Studio 2015 Update 1 give me lots of : "package did not load correctly"

I installed VS2015 with update 1 on Windows 7 Entreprise English over Visual Studio 2015. The setup result was some error(s). I Restarted my machine and run the setup again. The setup completed successfully.

Note: that I had Resharper installed on first setup and I removed before retry the setup for the second time (which succeeded).

After re-installation, I got many message box with "package did not load correctly".

Example: enter image description here

Now my visual Studio 2015 with Update 1 is totally upside down??? I got error message on start (package did not load correctly):

  • Python Tools Package
  • XamarinShellPackage

And many more when loading a project (package did not load correctly):

  • CollaborationPackage
  • ...

Any idea on how we can solve that problem???

Update: I'm trying now to uninstall and then re-install again with Visual Studio 2015 with Update 1...

I fixed my problem by uninstalling Visual Studio 2015 completely and re-install VS2015 with Update 1.

like image 938
Eric Ouellet Avatar asked Oct 18 '22 21:10

Eric Ouellet


1 Answers

I found this, maybe that can solve your problem:

Packages not loading after installing visual studio 2015 RTM

By Shittu Joseph Olugbenga

All i did to get it working was to follow this step: 1.Close all instances of Visual Studio 2.Delete everything in this folder C:\Users\\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache 3.Restart Visual Studio

Though I have not tried this for 2015, I believe this should solve the problem too. To do this for visual studio 2015, 12.0 should be changed to 14.0

like image 76
Louis-Alexandre V.Lavoie Avatar answered Oct 21 '22 15:10

Louis-Alexandre V.Lavoie