【发布时间】:2015-06-30 18:18:10
【问题描述】:
刚刚在我的装有 Windows 8.1 的机器上安装了全新的 Visual Studio 2013 Professional。 设置成功,但 VS 无法启动。它在初始屏幕上冻结。
编辑: 活动日志.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,参数为:devenv /log。将在 %APPDATA%\Microsoft\VisualStudio\12.0 中创建一个名为 ActivityLog.XML 的日志文件
-
我解决了这个问题,很抱歉没有发布它。我记得那是 Team Explorer 问题或 Team Foundation Server 问题。请下载microsoft.com/en-us/download/details.aspx?id=40776 和microsoft.com/en-us/download/details.aspx?id=44921 并将您的IE 升级到v11 并检查并安装有关Visual Studio 2013 的所有Windows 更新。我会同时搜索确切的答案,如果我找到了我会在这里发布。不要忘记清理 VS 日志。
-
安装 VS2013 Team Explorer 添加了丢失的文件。 (我想您可以添加您的评论作为答案。)
标签: windows debugging visual-studio-2013 ide windows-8.1