windows - Visual Studio 2013 Professional 无法启动

标签 windows debugging visual-studio-2013 ide windows-8.1

刚刚在我的 Windows 8.1 计算机上安装了全新的 Visual Studio 2013 Professional。 设置成功,但VS启动失败。它卡住在启动屏幕上。 VS splash screen

编辑: 事件日志.xml

<entry>
    <record>23</record>
    <time>2014/12/07 21:32:12.467</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>SetSite failed for package [Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ConnectedUserPackage]</description>
    <guid>{7F679D93-2EB6-47C9-85EB-F6AD16902662}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.Services.Common, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
  </entry>
  <entry>
    <record>24</record>
    <time>2014/12/07 21:32:12.467</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>End package load [Microsoft.VisualStudio.Shell.Connected.ConnectedUser.ConnectedUserPackage]</description>
    <guid>{7F679D93-2EB6-47C9-85EB-F6AD16902662}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'Microsoft.VisualStudio.Services.Common, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</errorinfo>
  </entry>

最佳答案

安装 Visual Studio 2013 Team Explorer ( https://www.microsoft.com/en-us/download/details.aspx?id=40776 ) 解决了问题。

编辑(来自评论)

首先安装最新版本的 Visual Studio(当前为 VS 2013 Update 4,https://www.microsoft.com/en-us/download/details.aspx?id=44921),然后安装任何相关的 Windows 更新也可能会有所帮助。

关于windows - Visual Studio 2013 Professional 无法启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27348136/

相关文章:

.net - 如何测量用于 .NET 远程处理的 IP 端口的输入/输出字节数?

c++ - 如何在 C++ (VS2010) 中设置超时读取 USB 端口?

.net - 使用不兼容的 Visual Studio 进行调试,但使用 .pdb

.net - 为什么 .NET 应用程序会阻止 Windows 关闭?

c++ - 更改 MSVC 中可执行文件的启动目录

c - While 循环运行一次

python - Selenium 在Chrome中以新用户身份不断开放

linux - 将文件从 Windows 传输到 Linux,而无需使用第 3 方软件且仅使用 Shell.Application

c# - 如何在 python 中调试 win32com 调用

visual-studio-2013 - 我可以在Visual Studio 2013中更改SQL关键字的默认大小写吗?