Created
February 23, 2016 03:04
-
-
Save wellwind/91ef37b15eb22a2992bc 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 |
Short and clear! Please note that %userprofile%\appdata\local
can be further simplified to %localappdata%
Thanks!
It works! I'm using Visual Studio 2019 Version 16.11.9 and the vs just hanging when creating or opening an ASP.NET project. After deleting %USERPROFILE%\AppData\Local\Microsoft\VisualStudio\16.0_5cdf7533\ComponentModelCache , everything works fine now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it helped me to find the folder