Message in French (Français)
La méthode OperationContract synchrone « <var>Method name</var> » dans le type « <var>Type Name</var> » a été mise en correspondance avec les méthodes OperationContract asynchrones « <var>X</var> » et « <var>Y</var> » car elles contiennent le même nom d’opération « <var>Z</var> ». Lorsqu’une méthode OperationContract synchrone est mise en correspondance avec une paire de méthodes OperationContract asynchrones, les éventuels attributs supplémentaires doivent être déclarés sur la méthode OperationContract synchrone. Dans ce cas, la méthode OperationContract asynchrone « <var>X</var> » possède un ou plusieurs attributs de type « X ». Pour corriger le problème, supprimez l’attribut « X » ou les attributs de la méthode « <var>X</var> ». D’une autre manière, le changement du nom de l’une des méthodes va éviter la correspondance.
Unlocalized message
The synchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the asynchronous OperationContract methods '<var>X</var>' and '<var>Y</var>' because they have the same operation name '<var>Z</var>'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, any additional attributes must be declared on the synchronous OperationContract method. In this case, the asynchronous OperationContract method '<var>X</var>' has one or more attributes of type 'X'. To fix it, remove the 'X' attribute or attributes from method '<var>X</var>'. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google