"No files were found to look in. Find was stopped in progress." in VS2005

By Jerome at June 19, 2007 07:08
Filed Under: .NET

There are bugs, mystical bugs I may add, that no one has been able to reproduce, nor find a fix for, well at least that do work on every occurrence. VS2005 has one of these, where when you try to use "find in files", you get a "No files were found to look in. Find was stopped in progress." and that's it. No disk access, no registry relevant access, no relevant file access.

Some have found that pressing Ctrl+Scroll Lock may help, well, it did not help for me. Some other tried the reboot, which seems to work better. You can also
spin around three times on your chair before doing that, that might also help.

Then I remembered that some times, because it seems that the CLR maintains some kind of "cross process state" (I don't know what it acutally is, so I'm just guessing) that cripples all the .NET processes that are running. The only way to reset that state is to kill all processes that are using the CLR.

That means killing every standard application, plus IIS's aspnet_wp, and if you have .NET 3.0, PresentationFontCache.exe, ...

That did the trick for me, after killing all these processes and running VS2005, my search was up and running :)

Comments

6/21/2007 1:24:02 PM #

I've been getting the same problems recently, but Control-ScrollLock always fixed it Smile

Matthieu Laban

6/27/2007 2:34:09 AM #

I had same message come up, but I waited a few secs and it installed fine anyway....

I have a request: I find it really hard to use the remote controll by binding keys... the small touch screen keyboard is not practical and so all I can realy do is use the directional pad and the select button. I use the remote controll for Windows media center under Vista, on my SPV M700. Is there any way to use the touch screen by maybe adding buttons for pressing with fingers? All it would need are the main functions... directions + select + back + play, stop, rewind, ff, chapters etc... Is this possible?

Josh Foreman

11/14/2007 8:56:43 PM #

Thanks man,

"Ctrl + Scroll Lock" works fine with me Smile

Basheer

2/12/2008 9:35:34 AM #

Once Ctrl+Scroll Lock heleped me, but now I'm in VS 2005 and it doesn't help anymore. Frown(

Alexki

4/10/2008 3:32:17 PM #

Many thanks !

"Ctrl + Scroll Lock" works fine !

preverdy France

4/18/2008 8:13:17 PM #

Thanks for the CTRL + Scroll Lock tip! I'd been breaking my head for a long time now and resorted to doing "grep -R" in cygwin! This saves me a ton of trouble Smile

Prashanth Ellina India

7/4/2008 5:39:22 PM #

CTRL + Scroll Lock worked for me Smile

kailas India

9/27/2008 12:39:53 PM #

Alexki,

Try "Alt + Pause/Break" it worked for me.

Ravikumar India

11/5/2008 6:56:29 PM #

Woohoo "Alt + Pause/Break"

Tim United States

11/9/2008 6:40:43 PM #

Funny enough I tried all of the above and what worked for me was;

      "Alt + Pause/Break"

No point trying to specualte what the problem is, just happy I can find again.

nba United States

12/11/2008 10:39:35 PM #


"Alt + Pause/Break" worked for me, too.

a United States

3/25/2009 9:50:15 AM #

Just had this problem in 2008.  Re-starting Visual Studio did not help. First hit on google was to a useless microsoft page.  Second one I clicked on was this one.  Another victory for Ctrl-Scroll lock.  I didn't believe it would work!

Peter Smithson United Kingdom

7/8/2009 7:49:35 PM #

cool "Alt + Pause/Break" worked for me.

SP United States

9/17/2009 12:33:47 AM #

Ctrl-C and Ctrl-Pause/Break worked for me Smile

Tinna Vietnam

9/22/2009 2:30:49 AM #

thanks!  Alt+Pause/Break worked for me (Ctrl-ScrollLock didn't...)

AS Switzerland

10/20/2009 8:15:35 AM #

thanks! Alt=pause/Break worked for me (Ctrl-ScrollLock didn't...) (VS 2008)

ross United States

Add comment




  Country flag

biuquote
  • Comment
  • Preview
Loading




About me

My name is Jerome Laban, I am a Software developer and .NET enthustiast from Montréal, QC. You will find my blog on this site, where I'm adding my thoughts on current events, or the things I'm working on, such as the Bluetooth Remote Control Software for Windows Mobile.