Domanda

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.

È stato utile?

Soluzione

The problem is that from Enterprise Library 5 to 6, they renamed this parameter from retryInterval to initialInterval. Hopefully this saves someone some time.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top