[ 
https://issues.apache.org/jira/browse/QPID-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuck Rolke resolved QPID-5575.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.27

Fixed at Committed revision 1570603.


> C++ .NET Binding csharp.map.receiver example throws referencing 
> connectionOptions arg
> -------------------------------------------------------------------------------------
>
>                 Key: QPID-5575
>                 URL: https://issues.apache.org/jira/browse/QPID-5575
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: 0.9
>         Environment: WinSDK examples
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>             Fix For: 0.27
>
>
> Trivial indexing error
> {noformat}
> if (args.Length > 0)
>     url = args[0];
> if (args.Length > 1)
>     address = args[1];
> if (args.Length > 2)
>     connectionOptions = args[3];
> {noformat}
> connectionOptions should be args[2].



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to