WCF Service Reference Support Files Not Updating
问题 I have a VS 2010 solution containing a WCF service project and a unit test project. The unit test project has a service reference to the WCF service. Web.config for the WCF service project sets a number of binding attributes to other-than-default values: web.config: (Specifically note maxBufferSize=" 20000000 ") <basicHttpBinding> <binding name="basicHttpBindingConfig" maxReceivedMessageSize="20000000" maxBufferSize="20000000" maxBufferPoolSize="20000000"> <readerQuotas maxDepth="32"