VisualStudioのバグに出くわした ― 2013年11月14日 11時53分05秒
数ヶ月前からVisualStudioで開発を行うようになったのですが何かのタイミングで以下のエラーが出てくる様になりました。

調べてみると国外ユーザーですが同等の症状で困っている人を発見
When you try to make a new project, Microsoft Visual Studio show a error form with the message "No exports were found that match the constraint:
ContractName
Microsoft.VisualStudio.Text.ITextDocumentFactoryService
RequiredTypeIdentity
Microsoft.VisualStudio.Text.ITextDocumentFactoryService
解決策は次の通り
Just delete or rename this folder:
Users\{username}\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache
Users\{username}\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache
なんやねん・・・
要するにCompnentModelCacheフォルダを削除する必要があるとの事。
WindowsUpdateが原因のようです。
関係ないけど余談ですがC#はDelphi設計者の天才アンダース・ヘルスバーグ氏が設計したそうです。どうりで似てる。

最近のコメント