Visual Studio 2012 error: Package 'Visual C++ package' failed to load

前端 未结 4 1474
野性不改
野性不改 2020-12-08 06:31

When I\'m trying to open any solutions that worked fine before in Visual Studio 2012, the error \"Package \'Visual C++ package\' failed to load\" keeps showing up.

4条回答
  •  猫巷女王i
    2020-12-08 07:02

    None of the solutions I found around, including those listed here, seemed to help. What did work was going in the software install/uninstall management, right clicking on Visual Studio and choosing "change" (that's where you would normally uninstall something from).

    That should pop up the Visual Studio package manager, and from there you can choose repair.

    In my case, looking at the systems backlog and restore points, it seems it was one of the Visual C++ redistributables, possibly installed by some game, that compromised the environment.

    This is on Windows 8.

提交回复
热议问题