1. 程式人生 > >vs2013載入工程失敗

vs2013載入工程失敗

轉:http://bbs.chinaunix.net/thread-4177853-1-1.html

近遇到VS2013,在開啟解決方案時,報如下錯誤:

“未找到與約束

ContractName Microsoft.Internal.VisualStudio.PlatformUI.ISolutionAttachedCollectionService
RequiredTypeIdentity        Microsoft.Internal.VisualStudio.PlatformUI.ISolutionAttachedCollectionService 匹配的匯出”

導致專案無法開啟以及VS無法關閉。

解決方法:

1.關閉VS;

2.去C:\Users\<your users name>\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache資料夾下刪除所有檔案及資料夾;

3.重新開啟VS即可。