You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rupert Smith (JIRA)" <qp...@incubator.apache.org> on 2008/01/11 12:20:33 UTC

[jira] Created: (QPID-725) Missing config file in .Net binaries.

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.


[jira] Resolved: (QPID-725) Missing config file in .Net binaries.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-725.
--------------------------------

    Resolution: Invalid

> 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
>            Assignee: Aidan Skinner
>             Fix For: M3
>
>
> 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.


[jira] Updated: (QPID-725) Missing config file in .Net binaries.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-725:
-------------------------------

    Fix Version/s:     (was: M2.1)
                   M3

> 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: M3
>
>
> 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.


[jira] Commented: (QPID-725) Missing config file in .Net binaries.

Posted by "Rupert Smith (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558562#action_12558562 ] 

Rupert Smith commented on QPID-725:
-----------------------------------

This compatibility mode is no longer needed as it is for protocol version 0.7 which is out-dated. There may be older versions of the .Net code in production that actually use it, but they should be maintained off of their release branches. On the head of .Net M2 (or trunk) AMQP 0.7 is irrelevant.

> 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.


[jira] Assigned: (QPID-725) Missing config file in .Net binaries.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner reassigned QPID-725:
----------------------------------

    Assignee: Aidan Skinner

> 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
>            Assignee: Aidan Skinner
>             Fix For: M3
>
>
> 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.