Page '312e8a59-2712-48a1-863e-0ef4e67961fc'

2019-01-21 12:20发布

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

I have this error since I reinstalled the Visual Studio 2012 Ultimate trial and installed the Visual Studio 2012 Premium edition. Repair and reinstall didn't work out.

10条回答
Luminary・发光体
2楼-- · 2019-01-21 12:52

I had a similar error, and then I tried running "devenv /setup" and no good result. That's was because you don't not trying with specific version Visual Studio command prompt. I then opened the command prompt for the specific version "Visual Studio 2013", and the problem was solved.

查看更多
仙女界的扛把子
3楼-- · 2019-01-21 12:56

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.

查看更多
对你真心纯属浪费
4楼-- · 2019-01-21 13:00

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

I found Fixing 312e8a59-2712-48a1-863e-0ef4e67961fc-not-found-vs-2012. This link suggests that I might have recently installed some Visual Studio extensions, which might have corrupted the Visual Studio maintained cache. I uninstalled a couple of the latest Visual Studio extensions, and it solved the issue after Visual Studio's restart. Visual Studio is able to connect with TFS :-).

One can find Visual Studio extensions at menu Tools → *"Extensions and Updates...". Go to the "All" section under Installed section. It will show all Visual Studio extensions.

查看更多
我欲成王,谁敢阻挡
5楼-- · 2019-01-21 13:04

I had this error on Visual Studio 2013 Ultimate - Windows 8:

Team Explorer Error

And I solved this problem running this command:

X64: devenv.exe /resetskippkgs
x86: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe /resetskippkgs
查看更多
登录 后发表回答