Thomas
Thomas

Reputation:

Search in Visual Studio Closes Sln

Every time I search in visual studio using CTRL+F - it seems to get to the last search item and shut down ? Then I have to reopen the solution every time and start again.

Does anyone have idea why this would happen?

Thx

Upvotes: 1

Views: 70

Answers (3)

Phillip Benages
Phillip Benages

Reputation: 671

Are you on an x64 system? If so check these out. There are apparently some issues that arise when using certain utilities.

http://www.nateirwin.net/2007/12/20/visual-studio-2008-crashes-on-ctrl-f/ https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=311712

Upvotes: 0

Adrian Grigore
Adrian Grigore

Reputation: 33318

First of all, have you applied the latest service pack to your IDE?

If yes, I'd start troubleshooting this by disabling all VS add-ins you might be running. If this does not help, then try creating a new project and see if the same problem occurs there.

If it does, then you might need to re-install Visual Studio. If not, then you might try recreating your project bit by bit (in case it's not too big yet) while trying if the search is still working.

Upvotes: 0

codymanix
codymanix

Reputation: 29490

  • Do you have the latest service packs for visual studio installed?
  • Is there enough hd space in the drive where windows and/or visual studio is installed
  • You can search in the microsoft knowledge base if this problem is already known.
  • maybe you installed a faulty plugin for visual studio which causes the errror, you may try to disable/uninstall it
  • If nothing helps maybe a reinstall of visual studio could help.

Upvotes: 2

Related Questions