In a WCF project we recently received a WSDL from our customer that we needed to build a client/proxy to. So we used svcutil.exe to generate the C#-code we wanted. To our surprise, the code did not contain the types of the contract we expected, but something like this: [System.CodeDom.Compiler.GeneratedCodeAttribute...