VS2012啟動/加載項目出問題,未能正確加載“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”
未能正確加載“Microsoft.VisualStudio.Editor.Implementation.EditorPackage, Microsoft.VisualStudio.Editor.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”包。
此問題可能是由配置更改或安裝另一個擴展導致的。可以在命令行中使用 /log 參數來運行應用程序,然後檢查文件“C:\Documents and Settings\Roman\Application Data\Microsoft\VisualStudio\10.0\ActivityLog.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.
D:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE>devenv /resetuserdata
本欄目