Why is Visual Studio moving files in a large project so slowly?

I am trying to reorganize a large project into separate folders, and at any time when I try to move some files, there is about 10 seconds of delay per file. The project is source-driven in TFS (I removed the bindings and still slow).

Why is VS so slow when moving files in a project? Is there anything I can do to move these files faster?

+7
visual-studio-2010
source share

No one has answered this question yet.

See similar questions:

42
What is ResolveAssemblyReference.cache?

or similar:

1406
Why does 0.1f to 0 slow down performance by 10x?
558
Writing to the Visual Studio Output Window
505
Error "LINK: fatal error LNK1123: conversion to COFF failed: file is invalid or damaged" after installing Visual Studio 2012 Release Preview
456
What is "stdafx.h" used in Visual Studio for?
402
Is there a format code shortcut for Visual Studio?
254
Running two projects at once in Visual Studio
133
Should I add .vcxproj.filter files to the source control?
65
Visual Studio rebuilds unmodified projects
7
Modifying Visual Studio Solution and Project Files with PowerShell
one
Include in project slowness with Visual Studio 2010

All Articles