visual-studio - 'EurekaPackage' 包未正确加载 - Visual Studio 2013

标签 visual-studio visual-studio-2013 visual-studio-2017

我安装了 VS 2013 Premium。首次启动时出现此错误

Microsoft Visual Studio

The 'EurekaPackage' package did not load correctly.

The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file '\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml'.

Continue to show this error message? Yes No



下面一个从ActivityLog.xml复制过来的
<entry>
    <record>83</record>
    <time>2014/03/14 14:51:59.561</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [File Change Manager Package]</description>
    <guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
  </entry>
  <entry>
    <record>84</record>
    <time>2014/03/14 14:51:59.577</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>End package load [File Change Manager Package]</description>
    <guid>{4825B9A3-93E2-4327-9044-41F72EE7E5C9}</guid>
  </entry>
  <entry>
    <record>85</record>
    <time>2014/03/14 14:53:21.928</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>SetSite failed for package [EurekaPackage]</description>
    <guid>{8C28E535-ABC9-4F92-B5C9-6C16617C8884}</guid>
    <hr>80131509</hr>
    <errorinfo>Cannot create file mapping.</errorinfo>
  </entry>
  <entry>
    <record>86</record>
    <time>2014/03/14 14:53:21.977</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>End package load [EurekaPackage]</description>
    <guid>{8C28E535-ABC9-4F92-B5C9-6C16617C8884}</guid>
    <hr>80131509</hr>
    <errorinfo>Cannot create file mapping.</errorinfo>
  </entry>
  <entry>
    <record>2462</record>
    <time>2014/03/14 14:56:57.158</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{ED19932F-5443-4587-A005-1CB9158B2F64}</guid>
  </entry>

最佳答案

尝试加载我的 ASP.NET 项目时,我在 Visual Studio 2017 中遇到此错误。我还收到了两个错误实例“The PackageManagementPackage 未正确加载”以及“'EurekaPackage' 包未正确加载”错误。

类似于 tandrasz's answer ,在 Visual Studio 的 Tools 中禁用一堆扩展后,我开始看到此错误> Extensions and Updates对话。

我还发现“Microsoft ASP.NET and Web Tools”扩展已被禁用,即使我没有手动禁用它。即使在手动重新启用该扩展后,每次我重新启动 Visual Studio 时它都会再次被禁用,而“包未正确加载”错误仍然存​​在。

一次重新启用一个扩展并每次都重新启动 Visual Studio 的一些科学,我发现我需要重新启用以使事情再次工作的特定扩展是 Microsoft Azure 应用服务工具扩展 -- 即使我的项目对 Azure 没有任何作用。

(我还需要重新启用 Microsoft ASP.NET 和 Web Tools 扩展以及 Azure 扩展。)

关于visual-studio - 'EurekaPackage' 包未正确加载 - Visual Studio 2013,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22409274/

相关文章:

c++ - 在不可编辑的组合框中显示的默认项目

c# - 如何在 UWP ListView 的最后一列中添加文本框?

python - 无法构建使用 Python 的项目

c# - 如何使用c#添加递归函数从Mysql获取列

visual-studio - VS 2013 : Keyboard Shortcut to show the description of an error of mouseover

windows - Visual Studio Express 2013 for windows with update 2 安装在 "Configuring Your System"中花费太多时间

visual-studio-2017 - 实时单元测试排除测试

c# - 尝试在 VS 2017 中的 ASP.NET Core 中构建项目时出现 UseBrowserLink 错误

visual-studio-2017 - VSTS:目录 'd:\a\1\a'为空。什么也不会添加来构建工件 'drop'

visual-studio - 基于 VCS 重新打开文件后在 Visual Studio 中恢复绿线更改栏