User-1078520054 posted
I have a WCF web service, and an ASP.Net site that calls the service.
When I make design changes to the service and compile it, I then go to the ASP.Net project in VS 2012, right-click on the Service reference node and select "Update Web/Service References". It properly updates the references. But it also puts
duplicate entries in the ASP.Net web.config file.
I get a duplicate wshttpbinding and duplicate endpoint section. Then of course when I run the site and call the service I get an error because there are two entries in the web.config.
I keep reading that this is a bug with VS 2008, VS 2010 and VS 2012 which keeps getting marked as closed
http://connect.microsoft.com/VisualStudio/feedback/details/505636/update-or-configure-an-existing-service-reference-in-sl-application-you-get-duplicate-binding-and-endpoint-information
But if it was a known issue and fixed, should I still be having this issue? Or is there some update to VS 2012 Pro to fix this? I am not interested in the workaround, where you create a .dll and reference that instead of the service directly.