Page '312e8a59-2712-48a1-863e-0ef4e67961fc' not found using Visual Studio 2012

前端 未结 10 2043
清酒与你
清酒与你 2020-12-13 05:33

When I click on the home-icon of Team Explorer, I get the following error:

Page \'312e8a59-2712-48a1-863e-0ef4e67961fc\' not found instead of all the

相关标签:
10条回答
  • 2020-12-13 06:26

    I faced similar issue. Running devenv /setup did not help me.

    Just wanted to share some additional info:

    At first, devenv /setup did not help me as well. Then I realized that I was using the wrong Visual Studio command prompt version.

    Make sure that you run devenv /setup for the appropriate Visual Studio version.

    For example: for Visual Studio 2013, use the "Developer Command Prompt" under the Visual studio 2013 "Visual Studio Tools" folder.

    *And like it stated in the selected answer, run as administrator.

    0 讨论(0)
  • 2020-12-13 06:28

    I ran the suggested command: devenv /setup. It didn´t work for me. (Visual Studio 2015)

    Then after that I tried something different:

    -> Run Visual studio as administrator, after ran the command.

    Then the problem was solved.

    0 讨论(0)
  • 2020-12-13 06:29

    After I reinstalled my Visual Studio 2012 Trial, I've never deleted the documents directory. In this directory there were some backup files. This maybe have caused the problem.

    After deleting this directory and installing Visual Studio 2012 Premium again the problem was solved.

    0 讨论(0)
  • 2020-12-13 06:30

    I had the same exact issue in Visual Studio 2013. I renamed ComponentModelCache to ComponentModelCache2, and it fixed it.

    C:\Users\{..}\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache
    
    0 讨论(0)
提交回复
热议问题