(SOLUTION) Visual Studio Error Generating Project; “No exports were found that match the constraint” how do I solve it?
PROBLEM
I’ve been using visual studio for a long time, and when I wanted to look back, I created a project and got a “No exports were found that match the constraint” error.
HOW TO SOLVE?
- Close Visual Studio.
- We will access the application data of Visual Studio by following the path at; C: \ Users (Users) \ USERNAME You \ AppData \ Local \ Microsoft \ VisualStudio \ 11.0
- If you are using the Express version, the following addressing will do the trick; You can try C: \ Users \ USERNAME \ AppData \ Local \ Microsoft \ WDExpress \ 11.0.
- In this step, we delete the “ComponentModelCache” folder.When we run our program again, we will see that it opens smoothly.
Please write your comments in the comments.
Leave a reply