Hi Team,
We are encountering an intermittent IndexOutOfRangeException when calling XamlFormatProvider.Export() on a RadDocument.
Exception stack:
Code:
Notes:
documentis not nullEach document is different
Same code works for most documents
The exception occurs inside Telerik export logic
Documents are exported concurrently (parallel processing)
No custom type converters or custom styles added explicitly
Questions:
Is
XamlFormatProvider.Export()thread-safe when used concurrently?Can concurrent exports cause internal state corruption (e.g. type converter dictionary)?
Is there a recommended approach for exporting
RadDocumentin parallel (e.g. synchronization or per-thread isolation)?
Any guidance would be appreciated.
Thanks.
Zafeer