Last Updated:
15 Jan 2019 15:25
by ADMIN
PdfViewer: InvalidOperationException when using the control simultaneously in multiple UI threads
WPF allows running multiple UI threads in a single process. When RadPdfViewer is used in such scenarios, sometimes InvalidOperationException: 'The calling thread cannot access this object because a different thread owns it.' is thrown.
Scenarios:
- Show Find dialog (or any other of the dialogs available for register in ExtensibilityManager class) for the first instance, the for the second instance.