Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeppPenner/98f7746731607a6fbaa33ee4432fd25e to your computer and use it in GitHub Desktop.
Save SeppPenner/98f7746731607a6fbaa33ee4432fd25e to your computer and use it in GitHub Desktop.
Clear Visual Studio component model cache, it's useful when visual studio crash but have no ideal how to fix.
DEL %userprofile%\AppData\Local\Microsoft\VisualStudio\10.0\ComponentModelCache
DEL %userprofile%\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache
DEL %userprofile%\AppData\Local\Microsoft\VisualStudio\14.0\ComponentModelCache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment