未能正确加载 ”Microsoft.VisualStudio.Editor.Implementation.EditorPackate“包错误解决方法

今天新来一个同事,帮他搭建开发环境。发现他的vs2012一打开就报错。

错误提示:

未能正确加载 ”Microsoft.VisualStudio.Editor.Implementation.EditorPackate“包的错误

网上百度了下相关的文章,发现一个解决的方法,记录下来,方便自己以后解决。

原文地址:http://blog.csdn.net/zlinghu/article/details/12423017

解决方法:

方法1. 进入控制面板-->Windows Update-->View update history-->Installed Updates

卸载掉KB2840642,然后重启VS, 经试验通过。

方法2. 下载该补丁,http://www.microsoft.com/en-us/download/confirmation.aspx?id=36020,然后安装,重启。

上一篇:nyoj 84阶乘后0的个数


下一篇:设计模式之迭代器模式