I have problem with my Visual studio 2013 Ultimate from few days. I\'m trying to open even simplest console application and VS hangs and when I click something else in Visual st
There are also some steps, like to clean different cache you can follow, but it hasn't solved my problem… Check this blog post.
The important part of it:
There could be many reasons behind this. Few common fixes are below:
- Remove website cache from following location: C:\Users\%USERNAME%\AppData\Local\Microsoft\WebsiteCache
- Restart IIS: Start → RUN → iisreset
- Go to Tools → Options and browse all the options and disable all unnecessary options.
- Clear cache.
- Remove temp files.
- Ensure there is enough space in C (System) drive.
Update 2017-01-03
There are also ASP.NET caches in C:\Windows\Microsoft.NET framework folders, but this is rather for website or debug cache problems. When in the mentioned folder, search for "Temporary ASP.NET Files" in sub-directories and delete their content. If some files are locked, then iisreset should help.