use*_*985 29 visual-studio visual-studio-2013 visual-studio-2017
我安装了VS 2013 Premium.首次启动时,我收到此错误
Microsoft Visual Studio
'EurekaPackage'包没有正确加载.
问题可能是由配置更改或安装另一个扩展引起的.您可以通过检查文件'\ AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml'来获取更多信息.
继续显示此错误消息?是的
下面是从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>
Run Code Online (Sandbox Code Playgroud)
Jon*_*der 32
尝试加载我的ASP.NET项目时,我在Visual Studio 2017中收到此错误.我还有两个错误实例"PackageManagementPackage没有正确加载"以及"'EurekaPackage'包没有正确加载"错误.
与tandrasz的答案类似,我在Visual Studio的Tools> Extensions and Updates对话框中禁用了一堆扩展后开始看到此错误.
我还发现"Microsoft ASP.NET和Web Tools"扩展已被禁用,即使我没有手动禁用它.即使在手动重新启用该扩展后,每次重新启动Visual Studio时都会再次禁用它,而"包未正确加载"错误仍然存在.
做一些一次重新启用一个扩展并每次重新启动Visual Studio的科学,我发现我需要重新启用以使其重新运行的特定扩展是Microsoft Azure App Services Tools扩展 - 即使我的项目对Azure没有任何作用.
(我还需要重新启用Microsoft ASP.NET和Web Tools扩展以及Azure扩展.)
| 归档时间: |
|
| 查看次数: |
9236 次 |
| 最近记录: |