Windows Vista Beta | WinVistaBeta.com - Message | VS2008: Performance issue with large folders

December 03, 2008  
Subject: VS2008: Performance issue with large folders
Group: microsoft.public.vstudio.general
Date: 7/17/2008 7:03:35 AM
From: "Andrew Morton" [Email Address Protection]

With a web site which includes two folders with ~7700 .jpg files each (the
folders were not included in the project, just in the same directory as the
project), I found debugging appeared to hang VS2008.

It isn't hung: it's just doing nothing (apparently) for 40-odd minutes
whilst using as much CPU time as possible.

I found the solution seems to be to include those folders in the project
(which takes ages). I say "seems to be" because I've only tested it twice
since...

Surely initiating the debugger shouldn't need it to look at files that
aren't even included in the project?

Has anyone had a similar experience?

Andrew



Back