0
我在我的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個過濾器具有相同的消息值一組I用來讀取從這裏的元素......他們正常工作班。我得到
System.Configuration.ConfigurationErrorsException:條目 'ProductChangeMessage'已被添加。
是不允許的。