码迷,mamicode.com
首页 > 其他好文 > 详细

未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage

时间:2019-05-20 17:30:38      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:settings   未能   环境   env   回车   setting   rda   public   输入   

未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage, Microsoft.VisualStudio.Editor.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”包。

 

此问题可能是由配置更改或安装另一个扩展导致的。可以在命令行中使用 /log 参数来运行应用程序,然后检查文件“C:Documents and SettingsRomanApplication DataMicrosoftVisualStudio10.0ActivityLog.xml”,获取详细信息。

 

原因按官方说法是:

contains files (on the Visual Studio 2010 directory) related to a previuosly removed Beta1 or RC release. It seems that the Installer does not overwrote all the older versions of GAC DLLs.

 

可能是我之前安装了VC2010 Express,卸载了之后没有重启动,但是重新装一遍未免太麻烦了。

 

这个解决办法挺好:

 

Try running this command in a Visual Studio 2010 command prompt. This fixes the problem for me.
devenv /resetuserdata
在vs2010中Visual Studio Tools运行VS2012 开发人员命令提示 输入devenv /resetuserdata回车  重置开发环境

未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage

标签:settings   未能   环境   env   回车   setting   rda   public   输入   

原文地址:https://www.cnblogs.com/2018shawn/p/10894748.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!