vs express
1. 未能正确加载editorPackage包。此问题可能是由配置更改或安装里一个扩展导致的。
于是开始谷歌+百度
有说,
解决方法:在命令提示符下打开VS的IDE主程序目录,如D:Program FilesMicrosoft Visual Studio11.0Common7IDE,然后执行devenv /log即可。
一试进去,好多东西都找不到。
http://bbs.csdn.net/topics/390059861?page=1#post-395435375
记:win8下的运行——〉 鼠标移动屏幕左下角右击或者按win+X
命令行中出现空格——〉用双引号和文件名前六位+~1(我好像没试成功),后来就用cd Program Files,cd Microsoft Visual Studio11.0能打开含空格的文件名路径
可是这个办法对我的情况无效,于是又继续找啊。
有说,删除关于.net的更新
发现没有关于.net的更新可删。
没辙了,回到原点,不想重装vs,只好硬着头皮看日志,发现了
<errorinfo>未找到与约束
ContractName Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
RequiredTypeIdentity Microsoft.VisualStudio.Utilities.IContentTypeRegistryService 匹配的导出</errorinfo>
<errorinfo>未找到与约束
ContractName Microsoft.VisualStudio.Utilities.IContentTypeRegistryService
RequiredTypeIdentity Microsoft.VisualStudio.Utilities.IContentTypeRegistryService 匹配的导出</errorinfo>
照着Microsoft.VisualStudio.Utilities.IContentTypeRegistryService关键字谷歌,发现一博文
http://www.cnblogs.com/tukzer/p/3191791.html 再链接到另一网页http://social.msdn.microsoft.com/Forums/vstudio/en-US/0e26e4e3-1e55-4330-9c76-10881bab9431/cant-open-existing-or-create-new-visual-studio-2010-solutions-error-the-export
我的这个vs问题最终的解决方法就是:
I solved removing the file: Microsoft.VisualStudio.Default.cache
in the folder: in C:Users...AppDataLocalMicrosoftVisualStudio11.0ComponentModelCache
After starting VS2012 re-generates the file and everythings works ...