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

后端 未结 5 1385
慢半拍i
慢半拍i 2021-02-10 05:24

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

相关标签:
5条回答
  • 2021-02-10 05:58

    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).

    0 讨论(0)
  • 2021-02-10 06:03

    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

    0 讨论(0)
  • 2021-02-10 06:07

    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.

    0 讨论(0)
  • 2021-02-10 06:14

    Uninstall and re-install visual studio 2015

    0 讨论(0)
  • 2021-02-10 06:18

    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

    0 讨论(0)
提交回复
热议问题