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

前端 未结 4 1472
野性不改
野性不改 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条回答
  •  半阙折子戏
    2020-12-08 07:09

    1. click the TOOLS--->VISUAL STUDIO COMMAND PROMPT to open the command window
    2. input the command "devenv /Setup"
    3. open the visual studio 2012 again, it will works.

    Source: http://happyivyli.blogspot.com/2013/07/visual-c-package-failed-to-load.html

提交回复
热议问题