Currently the AssemblyQualifiedName is used to instantiate the message. However, for updates to the message assembly any "old" messages would not instantiate as that type is not available.
An interim solution may be the following (untested) to be used in the DeserializeMessageObserver:
Currently the AssemblyQualifiedName is used to instantiate the message. However, for updates to the message assembly any "old" messages would not instantiate as that type is not available.
An interim solution may be the following (untested) to be used in the
DeserializeMessageObserver
:http://stackoverflow.com/questions/1159354/ignoring-version-in-an-assembly-qualified-name-passed-to-type-gettype