WCF and Shared Reference Library Between Client & Service
Visual Studio and SvcUtil can be used to generate proxy code to integrate with a service. In VS 2010 and prior there were issues if you wanted to maintain a cross tier reference library of shared types. This forced several workarounds to address the issue of equivalence in the data contract types and the inability to properly use the local types. URL Reference to Issue: WCF Client Code Generation - Issue with "Reuse types from referenced assemblies" I am using Visual Studio 2012, ASP.NET 4.5, C# code My Question: "Has the reuse of types across assemblies been fixed in VS 2012?" I am porting