During development, user applications are compiled against the same message codebase (e.g. Test2.Messages.dll).
Application- and message packages use AsyncWcfLib classes for communication between applications.
When deploying applications, you are distributing library and message assemblies.
Version conflicts may occur during communication, when applications are not deployed at the same time on all hosts.
See [AsyncWcfLib class diagram messages] for further details.
The pages [Implement a client using AsyncWcfLib] and [Implement a service using AsyncWcfLib] explain how to use the library.
Wiki: AsyncWcfLib class diagram messages
Wiki: Concept of AsyncWcfLib
Wiki: Home
Wiki: Implement a client using AsyncWcfLib
Wiki: Implement a service using AsyncWcfLib
Wiki: Implement messages using AsyncWcfLib
Wiki: Run AsyncWcfLib.Test1
Wiki: Service- and client identification