Reputation: 5914
I recently was attempting to configure an incremental retry strategy. I followed the sample provided here and got the following error:
Unrecognized attribute 'retryInterval'. Note that attribute names are case-sensitive.
Upvotes: 1
Views: 254
Reputation: 5914
The problem is that from Enterprise Library 5 to 6, they renamed this parameter from retryInterval to initialInterval. Hopefully this saves someone some time.
Upvotes: 3