Quantcast
Channel: Dotnet/C# – Xinyustudio
Viewing all articles
Browse latest Browse all 204

Visual Studio 2010, 2012 Very slow and the solution

$
0
0

I have installed VisualStudio 2010 for quite some time but suddenly it becomes very, very slow, and opening a project with dozens of files will take over 3-4 minutes, but it used to work very fast, on the same computer, the same os …

I suspect that there might be some conflict since I had installed 2012 version as well. But it turns out that this is not the cause of the poor performance.

After googling, I then find the solution here: delete all the folders named “Temporary ASP.net” on your computer.

There is a good tip to get where these folders are located. Use Everything search (free tools) and search with the keyword “Temporary ASP.net”, it will output all the folders on your PC instantly, as shown in the below snapshots. Delete all these folders, typically beneath Microsoft.Net\ folder.

image

Start VS and enjoy.

BTW: This also solved another problem for my VS: copy and cut is extremely slow, whereas paste is fine. After deleting these folders, all works fine!


Viewing all articles
Browse latest Browse all 204

Trending Articles