Visual-studio – Visual studio 2008 – Find in files : lists everything twice

visual studiovisual-studio-2008

In VS2008, I have a web-site project. When I use find in files and search for a string, the find results window will list every occurence twice.

What could be causing this?

[EDIT]

Below is the screen capture from VS. I was searching for the work CommissionBucketProductID within my website project. Notice that each line is returned twice.

Screen Capture

[EDIT2]

In response to your questions. I am only searching within the project, not the whole solution. I currently don't have these files under VSS, although they were in the past.

Best Answer

I had the same issue which was annoying. I just fixed it. What I've done is to change "Entire solution" to "current project" in "Look in" field when doing search. Then I noticed the result would not be doubled. After I switched back to "entire solution" the problem was gone.