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 foun
If you download Visual Studio 2013 from Microsoft you will find the path C:\Users\{username}\AppData\Local\Microsoft\WDexpress\12.0\ComponentModelCache
.
You should remove the file Microsoft.VisualStudio.Default.cache
.
Then restart Visual Studio.
I had the same problem, so I shut down Visual Studio 2013, renamed the folder
C:\Users\{username}\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache
to ComponentModelCache-old, and restarted Visual Studio which rebuilt the ComponentModelCache folder and all is back to normal.
It's not possible to help you without knowing:
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.