Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Somehow Visual Studio search has stopped working for me. Any time I search "Entire Solution" for some text i get this result:

Find all "[What ever i was searching for]", Subfolders, Find Results 1, "Entire Solution" No files were found to look in. Find was stopped in progress.

Does anyone know why it would suddenly say "No files were found to look in ??"

Edit: I've found a number of links on google that say to press Cntl+Break or Ctrl+Scroll-lock, but none of them seem to work for me.

share|improve this question
5  
Issue still present in Visual Studio 2012. – Nick Josevski Oct 23 '12 at 5:21

6 Answers

up vote 169 down vote accepted

I get that problem once in a while. One seemingly nonsensical solution I've found is to click inside the Find Results window (not the Output window). Once the blinking text cursor is visible, hit Ctrl+Break four or five times. This seems to "unblock" whatever causes the problem.

There are reports Ctrl + ScrLk may need to be used instead of Ctrl+Break . If these doesn't work then try Break alone.

share|improve this answer
35  
Voodoo like this should go into the undocumented features section ;-) – Onots May 21 '09 at 14:16
You should also note that closing the studio helps. The problem that occurs is the CLR gets hung up on a process and that is what causes the search to not work. It can range from Intellisense to IIS. – Gram Sep 29 '09 at 17:13
Before I had found that trick, the only way I could get find-in-files to work again was to reboot the machine. Nothing else worked, not even restarting Visual Studio. Thinking back, I don't know if logging out would've fixed it as well. – djcouchycouch Sep 30 '09 at 1:53
11  
Ctrl + break did not work for me. Instead, Ctrl + ScrollLockdid work. This was on VS2010. – Ray Vega Jun 3 '11 at 23:36
6  
Had the problem with VS2012. The trick works – cellik Sep 11 '12 at 9:19
show 12 more comments

This bug has been in Visual Studio a long time and it never seems to get fixed.

See this MS Connect item from 2004: http://connect.microsoft.com/VisualStudio/feedback/details/105511/find-in-files-says-no-files-were-found-to-look-in-find-was-stopped

I couldn't believe they still hadn't fixed it in VS2010 - but it's still there :(

share|improve this answer
Still there in VS2011 beta, too. – Alastair Maw Jun 14 '12 at 16:45
4  
Same in VS2012... – Carra Dec 12 '12 at 10:58
new bug entry is here: connect.microsoft.com/VisualStudio/feedback/details/718217/… – JJS Feb 6 at 22:40

Win 7 Pro SP1 64bit, Visual Studio 9.0.30729.1

Didn't Work:

  • Ctrl+Break
  • Ctrl+Scroll Lock
  • Restart of Visual Studio

Worked:

  • Break (in Find Result 1 & 2) (Only pressed once)

Source: comments in Gordons link...

Rant: This is stupid, I'm never going to remember this magic button...

share|improve this answer
Same here, I only breaked in "Find Result 1" but that depends on wheteher you use both or just one of the two. – devcube Jun 18 '12 at 11:24
Same here! you are a genious :) – AareP Aug 10 '12 at 13:00
Brilliant! Thanks very much. – Steven Sproat Sep 12 '12 at 14:41
Break alone was the trick for me! – RichardM Oct 22 '12 at 15:31
Thanks ! I had even removed the Scroll Lock key from keyboard and it was not the cause! – sergiol May 4 at 16:10
show 1 more comment

I tried all the above options. They didn't worked for me, but reading them made me sure that this is a bug and I will have to try some unknown ways to get it working. So, I tried simple file search in VS2010 in a) current document b)all the open documents - both of which worked. Then tried Find in Files and woah! it started working. Hope this helps.

share|improve this answer

Unfortunately none of these special key strokes works for me. Only restarting VS 2010 seems to work for me.

share|improve this answer

Search solution in Visual Studio 2012 is broke. I tested this on three machines, did not work on two. What I found which does work is click on drop down arrow next to search field and select Find all. This is a bit of pain because you have to select drop down every time you search in solution.

enter image description here

share|improve this answer

protected by Robert Harvey Dec 26 '12 at 22:11

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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