6

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.

Eric Ouellet
  • 10,996
  • 11
  • 84
  • 119
  • Have you reported the bug at https://connect.microsoft.com/visualstudio ? - If so, add the link to here. – Danny Varod Dec 01 '15 at 19:42
  • @Danny Varod, Not yet. I have an emergency, I will do it after. Thanks for the idea. – Eric Ouellet Dec 01 '15 at 19:48
  • try starting visual studio in safemode via "devenv.exe /safemode" and let us know the results. – Bradley Uffner Dec 01 '15 at 19:49
  • @BradleyUffner, in SafeMode, loading is fine. But I got all other package errors when I load a project. Also, the project seams to not be loaded. If the project is loaded, I can't see it. – Eric Ouellet Dec 01 '15 at 19:53
  • 1
    Hmm.. not the result I was hoping for. If things are bad enough that they are fubar in safemode then your only likely recourse is to reinstall (or repair). If you opt for that route it might be easier on you to grab one of the new installers that already have Update 1 applied to them. – Bradley Uffner Dec 01 '15 at 19:57
  • @BradleyUffner, oops! ... I didn't see the update 1 alone. I installed Visual Studio 2015 with update 1 over Visual Studio 2015. It never complained. I just completed a full uninstall / re-install with success. Everything seems to work fine. (I also made a little Windows Update in between). Thanks a lots. – Eric Ouellet Dec 01 '15 at 21:55
  • I'm experiencing the same. Tried repair, uninstall and reinstall, tried update 1 package, even did multiple system restores and all failed. This is disappointing as I'm a faithful user and don't bash Microsoft, but this is unacceptable. Seems like OS reinstall is my only recourse. Is there a tool to do a full clean uninstall even of vsix packages? – Damian Dec 04 '15 at 16:20

5 Answers5

2

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

Community
  • 1
  • 1
1

I had to do a combination of the other answers, none of which was uninstalling VS

  1. I renamed C:\Users\{User}\AppData\Local\Microsoft\VisualStudio\14.0
  2. started VS2015
  3. closed it down
  4. did the binding redirect for System.Collections.Immutable from https://stackoverflow.com/a/34018770/57883

Then I've been copying the extensions I think are safe over and seeing if projects all still load.

Community
  • 1
  • 1
Maslow
  • 18,464
  • 20
  • 106
  • 193
  • I already solved my problem by uninstalling VS2015. Perhaps your solution works fine but I can test it because it work fine now. Thanks you very much for trying to help. I wish it would help some other users. – Eric Ouellet Dec 02 '15 at 19:24
1

Try restarting the computer. It was what fixed the issue for me (which appeared right after modifying my installation, and I had not restarted the computer).

Erwin Mayer
  • 18,076
  • 9
  • 88
  • 126
0

Close Visual Studio Delete following folder C:\Users\%username%\AppData\Local\Microsoft\VisualStudio\xx.x\ComponentModelCache and file C:\Users\%username%\AppData\Roaming\Microsoft\VisualStudio\xx.x\ActivityLog.xml

Restart Visual Studio

-1

Uninstall and re-install visual studio 2015