Error in Microsoft Visual Studio 2012 :No exports were found that match the constraint

后端 未结 3 1472
花落未央
花落未央 2021-01-31 07:23

When I opened my Project in VS2012 , I got an error

No exports were found that match the constraint:

ContractName
Microsoft.VisualStudio.Utilit

3条回答
  •  被撕碎了的回忆
    2021-01-31 07:49

    I solved this problem by clearing the Visual Studio Component Model Cache. Just delete or rename this folder:

    %AppData%\..\Local\Microsoft\VisualStudio\11.0\ComponentModelCache

    Or, for Visual Studio 2013:

    %AppData%\..\Local\Microsoft\VisualStudio\12.0\ComponentModelCache

提交回复
热议问题