How can I prevent VS2010 to create a new binding each time I update a service reference?
问题 I'm developing a Winforms Client application with a WCF Service in C # 3.5 and Visual Studio 2010. Every time I use " Update Service Reference " in the IDE, considering I have already a working binding in app.config , an additional binding entry is generated with the same name and a trailing "1". My app.config on the client side is : <bindings> <wsHttpBinding> <binding name="WSHttpBinding_IIssueTracker" closeTimeout="00:01:00"... After a "Update Service Reference", I have : <bindings>