Missing config file in .Net binaries.
-------------------------------------
Key: QPID-725
URL: https://issues.apache.org/jira/browse/QPID-725
Project: Qpid
Issue Type: Task
Components: Dot Net Client
Affects Versions: M2
Reporter: Rupert Smith
Fix For: M2.1
There is a .config file Qpid.Common.DLL.config, which is missing from the .Net
binary distribution.
This contains a flag:
<configuration>
<assemblySettings>
<add key="OpenAMQ1d4Compatibility" value="false"/>
</assemblySettings>
</configuration>
Which needs to be set correctly, or else the .Net will attempt to use the 0.7
version of the protocol, presumably to support an older version of OpenAMQ.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.