我的app.config中包含以下内容:
<XPathFilter>
<outbound>
<filter **message="ProductChangeMessage"** xpath="//acs:productDetails[acs:productType = 'Loan']" />
<filter **message="ProductChangeMessage"** xpath="//acs:productDetails[acs:productType = 'Test']" />
</outbound>
</XPathFilter>
我使用了一组用于从这里读取元素的类...它们工作正常,除非2个过滤器具有相同的消息值。我得到了
System.Configuration.ConfigurationErrorsException:条目 &#39; ProductChangeMessage&#39;已被添加。
是不允许的。
答案 0 :(得分:0)
答案是否定的。您收到的错误消息已回答了您的问题。