HtmlUtilities::ConvertToText Crash in WinUI 3 App with C++/WinRT #3401
-
This is a bug. Trace this issue microsoft/microsoft-ui-xaml#8153 (comment) Hello everyone! I have a problem on Windows SDK API I want to know if it is a bug or a mistake. HtmlUtilities is non-agile class, is it related to the problem? If it is a mistake, please tell me how to fix it. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
A simple:
works fine in the Xaml's main window constructor. This is in a WinUI 3 application referencing the Windows App SDK 1.2.3 package. It would be nice to know exactly what you are doing. But according to the documentation, there is no reason why this runtime class shouldn't work, and the class not being agile isn't an issue since it only has a single static member. |
Beta Was this translation helpful? Give feedback.
A simple:
works fine in the Xaml's main window constructor. This is in a WinUI 3 application referencing the Windows App SDK 1.2.3 package.
It would be nice to know exactly what you are doing. But according to the documentation, there is no reason why this runtime class shouldn't work, and the class not being agile isn't an issue since it only has a single static member.