About 262,000 results
Open links in new tab
  1. Is there any way to get Visual Studio to reload all projects when …

    Jan 25, 2017 · 1 If your project is hosted on a TFS, then delete the solution file and get latest. VS will prompt you to Reload all projects. Press Reload All.

  2. .net - Project is unloaded and not able to reload the project in VS ...

    Project is unloaded and not able to reload the project in VS 2022 17.11.5 Asked 1 year, 1 month ago Modified 6 months ago Viewed 590 times

  3. visual studio - Why does it say "Project with that name already …

    I recently migrated a VSS database to TFS 2008. Using Source Control Explorer, I got the latest version of a solution with 12 projects. When I opened the solution in VS 2005, two of the …

  4. visual studio - VS project unload and reload - Stack Overflow

    Aug 11, 2009 · However, when I need to reload everything back in the solution, it literally takes ages. I once waited around 2 hours for it. I think that was for about 40 projects. Why does it …

  5. Visual Studio Solution Unavailable (reload doesn't work)

    This was a surprisingly easy solution. it also updated my project to visual studio 2017, which it didn't do automatically.

  6. Refreshing the auto complete (IntelliSense) database in Visual Studio

    For previous versions, close Visual Studio and navigate to your project folder. The *.sdf file there contains the intellisense database- if you delete this files and reopen your project in visual …

  7. Make Visual Studio auto reload solution when project files change

    Feb 15, 2019 · Up to VS 2010 (at least) no such feature as auto-reloading modified project files exist - you'll always have to play the "Reload Project" game with Visual Studio if a project files …

  8. How can I force Visual Studio 2010 to reload files and projects that ...

    Oct 8, 2011 · 21 I often use command line tools to do source control updates of files and projects that I have loaded into Visual Studio 2010. With previous releases when I did this I could force …

  9. Refresh Visual Studio Code list of files - Stack Overflow

    Mar 31, 2016 · Visual Studio Code (Version 0.10.11, on OSX) does not refresh the files in a folder. Is there any way to force it to refresh. Currently I have to close and reopen the whole …

  10. How to automatically reload .NET Core project in Visual Studio 2019

    Nov 25, 2019 · I tried to automatically reload ASP.NET Core project as I do using Angular with Node or NPM. When I change the code of the .NET Core project and save, I want the web …