SaveAsync appears to be broken in recent builds

The code

Stream _stream = new MemoryStream();

 await this.richTextBoxAdv.SaveAsync(_stream, Syncfusion.UI.Xaml.RichTextBoxAdv.FormatType.Html);


Causes the following error:

The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD


Thanks for your help

Daniel


4 Replies 1 reply marked as answer

PS Premkumar Sundaramoorthy Syncfusion Team July 11, 2022 11:45 AM UTC

Hi Daniel,

We have logged defect report for this issue “Exception on exporting as HTML Async” already and working to fix this issue. The fix for this bug will be included in our next weekly NuGet release which is estimated to be available on 19th July 2022.

Regards,
Premkumar



DM Daniel Manchester July 11, 2022 03:26 PM UTC

Thanks for the quick attention to getting this resolved!



PS Premkumar Sundaramoorthy Syncfusion Team July 20, 2022 04:47 AM UTC

Hi Daniel,

Thanks for your patience, the reported issue has been resolved and included in our latest weekly NuGet release v20.2.0.39.

Regards,
Premkumar


Marked as answer

DM Daniel Manchester July 20, 2022 02:26 PM UTC

Thank you very much.


Loader.
Up arrow icon