Visual Studio 2008 freezing when editing aspx/master pages

Posted by jayrdub on Stack Overflow See other posts from Stack Overflow or by jayrdub
Published on 2009-05-07T20:59:20Z Indexed on 2010/03/31 4:43 UTC
Read the original article Hit count: 398

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?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008