Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top