I have this annoying problem. Each time I double click on (open) a file in the Solution Explorer, it takes around 5 seconds to open.
It doesn't matter if its a small file or a large file.
Does anyone know how I can avoid this delay?
|
I have this annoying problem. Each time I double click on (open) a file in the Solution Explorer, it takes around 5 seconds to open. It doesn't matter if its a small file or a large file. Does anyone know how I can avoid this delay? |
||||
|
|
It could be Intellisense working away. My laptop is an older AMD Turion RM 2.2 and along with the 5400rpm drive, VS 2010 can be a lumbering beast loading up projects. |
|||
|
|
|
You might have a visual studio plugin that is over processing your files (resharper, coderush, visual assist)? |
|||
|
|
|
I think you'll need to work out why there is the delay in the first place. Try using Process Monitor to see what is happening. |
|||||||
|