Reputation:
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
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
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
Reputation: 29490
Upvotes: 2