Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to get Visual Studio to reload all projects when the .proj files have changed?

If I do an svn update while I have Visual Studio open and a number of project files have changed (but not the solution file) I have to wait and click yes on the reload project dialog box every time. Sometimes this can take a while depending on how many projects have changed and how slow my pc is being.

Is there a way to say 'reload all' after the first dialog pops up, like holding down shift to force no to all in the Windows Explorer dialog? (note: I already tried this, it doesn't work)

like image 749
Glenn Slaven Avatar asked Sep 04 '09 02:09

Glenn Slaven


People also ask

How do I reload all projects in Visual Studio?

In Solution Explorer, select the projects you want to load (press Ctrl while clicking to select more than one project), and then right-click on the project and choose Reload Project. Visual Studio will remember which projects are loaded the next time you open the solution locally.

How do I hard refresh in Visual Studio?

You can reforce reloading a project by unloading and loading the project. Right-click the project and select Unload Project, then, when the project is unloaded right-click again and select Reload Project.

How do I unload and reload Visual Studio project?

Right-click the project in Solution Explorer, and click Reload Project. To remove the UModel project from the Visual Studio solution: Unload the project, as shown above. Right-click the project in Solution Explorer, and click Remove.

Where are my Visual Studio projects saved?

When you create a new project, Visual Studio saves it to its default location, %USERPROFILE%\source\repos. To change this location, go to Tools > Options > Projects and Solutions > Locations.


1 Answers

if you install this plugin from the visual studio gallery:

http://visualstudiogallery.msdn.microsoft.com/d491911d-97f3-4cf6-87b0-6a2882120acf/

The button "Reload all" appears.

Regards, Koen

like image 190
KoenJ Avatar answered Oct 01 '22 18:10

KoenJ