Error in Visual Studio 2013: "No exports were found that match the constraint"

visual-studio, visual-studio-2013

Solution

It's not possible to help you without knowing:

- the complete list of installed extensions,

- the exact Visual Studio 2013 version,

- the exact Windows version,

- a brief reproduction script.

The most important clue you can get about the root cause, can be seen in Visual Studio Activity Log. I suggest starting Visual Studio with activity logging enabled (`devenv.exe /log`), reproducing the error and checking the log.

- How to: Use the Activity Log,

- Troubleshooting Extensions with the Activity Log.

Problem

I don't know what happen with my Visual Studio 2013 Update 2. When I opened my project, it displayed this message: No exports were found that match the constraint: ContractName Microsoft.Internal.VisualStudio.PlatformUI.ISolutionAttachedCollection.Service RequiredTypeIdentity Microsoft.Internal.VisualStudio.PlatformUI.ISolutionAttachedCollection.Service I am really confused. I've tried this solution, but it didn't solve my problem...

Original source

Related problems