Consume WCF service from client without WCF Service Library project/assembly reference
问题 The following question may be a duplicate, but there wasn't enough information to answer my question from it. Is possible to access WCF Service without adding Service Reference? I've setup a TCP service, using a WCF Service Library project in Visual Studio by following this guide. https://msdn.microsoft.com/en-us/library/ff649818.aspx This worked wonderful if you add a reference to the WCF Service Library project from your client (Windows Forms project). And add a using statement to the