Visual Studio 2010 hangs when starting asp.net site debugging

后端 未结 4 1825
甜味超标
甜味超标 2021-01-13 03:17

i have problem with Visual Studio 2010 on Windows 7 x64. When i started asp.net site debugging, it stoped working. Only solution is restarting IIS. Have anyone experiences w

4条回答
  •  深忆病人
    2021-01-13 03:43

    For what it is worth I had this problem this morning out of nowhere. In my case I am converting a database into webpages and one of the folders of one of the projects in my solution now has over 200 thousand html web pages. As soon as I one off'd my solution and removed the project with the giant folder debugging worked again.

    This is not unlike what happens when performing a global search and vs 2010 tries to search a folder with an enormous # of files.

提交回复
热议问题