Visual Studio 2013更新了3个问题

Sam*_*Sam 2 installation visual-studio-2013

安装VS 2013升级3后,加载一堆软件包时出错.1)VS包2)PowerShellToolsPackage 3)Microsoft.Lightswitch.VSIntegration.Project .ProjectUpdateDelegatorPackage

现在我正在处理#1,VS Package.它说"'VSPackage'包没有正确加载.

Activity Log says:
    <entry>
        <record>315</record>
        <time>2014/09/15 17:32:43.190</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>CreateInstance failed for package [VSPackage]</description>
    <guid>{1A4EFADE-F6B2-4490-A2EF-21D5F3D1C8E0}</guid>
    <hr>80070002</hr>
    <errorinfo>Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft   Visual    Studio 12.0\Common7\IDE\Extensions\hjkzccc5.cqc\Microsoft.AppInsights.GettingStarted.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo>
Run Code Online (Sandbox Code Playgroud)

当我打开VS本身,但是当我打开解决方案时,就不会发生这种情况.

Mel*_*Mel 7

我今天早些时候也开始遇到此错误,并发现它与"Visual Studio 2013的发布管理"包有关.一旦我卸载它,一切都恢复正常.我只是首先安装它,因为Visual Studio不会在通知窗格中关闭它.无论如何,如果你安装了它并且你没有主动使用它,请尝试卸载它,看看是否能为你清除错误.

  1. 转到工具 - >扩展和更新
  2. 查找"Visual Studio 2013的发布管理"
  3. 点击"卸载"
  4. 重新启动Visual Studio

希望能为您解决这个问题.