Forked from wellwind/ClearVisualStudioComponentModelCache.bat
Created
February 21, 2020 09:02
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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