So I have Visual Studio 2003 running on Windows 7 - yeah I am aware it isn't officially supported - and no, unfortunately I can't change that situation :-(

For the most part it works OK but I have a specific problem, that I can't figure out. The application hangs if you do a project wide search (Ctrl - Shift - F) for a string.

I have a reasonably powerful machine and all the other heavy tasks like compiling and debugging all work fine. It also works if I restrict the search to the current document (Ctrl - F). I am running it as administrator and VS.NET 2003 SP1 has been applied.

The size of the project does not seem to be a problem since a colleague is also experiencing this issue for a single project solution containing 5 pages.

I am currently using Windows Search as a work-around and I was wondering if there is something I missed that I should try.

link|improve this question

60% accept rate
Never mind, I cross-posted this and got a better response in Serverfault and SuperUser. – Nikhil Mar 12 '10 at 3:36
I wrote a blog post detailing some of the stuff I needed to configure in order to get VS 2003 to work on Windows 7 - technikhil.wordpress.com/2010/01/12/… – Nikhil Mar 16 '10 at 9:16
feedback

1 Answer

up vote 5 down vote accepted

Try disabling the Aero theme in compatibility. Yeah seriously...

link|improve this answer
Wow - That was the reason it hangs... I checked the compatibility setting to "Disable Desktop Compositing" and search started working. – Nikhil Mar 16 '10 at 9:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.