Visual Studio 2008 freezing when editing aspx/master pages
- by jayrdub
Visual Studio freezes up continually when I'm editing master pages or aspx files. Here's what I've tried that have not helped:
restarting VS
only working with few files open at a time
Disabled all addins (resharper etc.)
deleted .suo and .user files
changed default editor
from Web Form Editor and Master Page
Editor to HTML Editor
installed SP1
I don't have tons of files - 3 Master pages and maybe 30 aspx files. It is a asp.net mvc project. All I have to do to get VS to freeze is type a little text or even just paste. The freezing lasts a good 5-10 seconds. My machine has 4GB of RAM and fast disks.
Could it have anything to do with asp.net mvc? Would the amount and size of other projects in the solution affect the editor?