I was getting this error when trying to select records in my SQL server management studio:
Error: "The Visual Studio component cache is out of date. Restart Visual Studio (Microsoft.VisualStudio.ExtensibilityHosting)"
I restarted Visual Studio but got the same error.
Solution: I went to this place: "C: \ Users \ username \ AppData \ Local \ Microsoft \ VisualStudio \ 14.0 \ ComponentModelCache"
And deleted all the files inside this folder and restarted the VS and SQL server. IT WORKS!
source share