6

If I have a project file with 50+ web references, instead of going over each web reference
one by one and doing right-click-->Update, is there a way to have Visual Studio do it automatically?

Arca
  • 61
  • 3
  • This question looks to have the answer: http://stackoverflow.com/questions/159599/how-do-i-automatically-update-a-web-reference-at-build-time – Tom Winter Dec 15 '11 at 19:46

1 Answers1

7

With VS you can make multiple selection with ctrl + left mouse click and than you can make update action.

ADIMO
  • 1,107
  • 12
  • 24
  • 1
    What I'm looking for is a way to automate this process. For example, right before building the solution, have VS to discover all existing web references and update them all. – Arca Jun 26 '11 at 18:29
  • Please note, this doesn't work across multiple projects. – bytecode77 Nov 22 '16 at 09:45