VS2012啓動/加載項目出問題this
未能正確加載「Microsoft.VisualStudio.Editor.Implementation.EditorPackage, Microsoft.VisualStudio.Editor.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a」包。spa
此問題多是由配置更改或安裝另外一個擴展致使的。能夠在命令行中使用 /log 參數來運行應用程序,而後檢查文件「C:\Documents and Settings\Roman\Application Data\Microsoft\VisualStudio\10.0\ActivityLog.xml」,獲取詳細信息。命令行
緣由按官方說法是: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.rem
多是我以前安裝了VC2010 Express,卸載了以後沒有重啓動,可是從新裝一遍未免太麻煩了。it
這個解決辦法挺好:io