Is there a way to search a term in multiple solutions at the same time? I know that Ctrl+Shift+F will search the entire current solution but I need a way to search the term in three solutions, all at once. I am using Visual studio 2010
You cannot search in multiple solutions.
You could, however, do a directory search in the three solution's directories. Just add the directories to the "Look in" box in the "Find and Replace" tool window. Just note that this is not the same as searching in a solution, as it will search through all files within the specified directory, not just the ones that are included in the projects of a solution.