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?
Asked
Active
Viewed 1,585 times
6

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 Answers
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
-
1What 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
-