WCF: 'Update Service Reference' hoses my files.
Posted
by mcoolbeth
on Stack Overflow
See other posts from Stack Overflow
or by mcoolbeth
Published on 2010-06-17T15:09:40Z
Indexed on
2010/06/17
15:13 UTC
Read the original article
Hit count: 398
visual-studio-2008
|wcf
Every time that I make a change to the contract of my WCF service, I need to have Visual Studio update the service references in all of my client projects.
This process regenerates my client's app.config
file and, since I have hand-tuned the "bindings" section of the file, I need to back-up my file and then restore it each time I have VS do the update.
Is there a way to avoid this necessity (eg: have VS update the service reference without rewriting anything in app.config
)?
Thanks
© Stack Overflow or respective owner