C++/WinRT - Can/ should i ignore the exception triggered by just clicking on a ComboBox? (Exception thrown at 0x00007FF896B006BC)
I just added a ComboBox, also tested it in pretty clean (?!) test project (https://github.com/yki5000/WinUI3_Unpackaged_CPP).
The linked app is just the example for a simple unpackaged app. The test of the other ComboBox is not contained but i used this app for testing.
<ComboBox x:Name="cmbApplication" Width="250" CornerRadius="3">
<ComboBoxItem Foreground="Gray" >eeee</ComboBoxItem>
</ComboBox>
Exception:
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E93D0).
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E8A90).
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E8970).
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E93D0).
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E7230).
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E7110).
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E8A90).
Exception thrown at 0x00007FF896B006BC (KernelBase.dll) in App1.exe: 0x40080202: WinRT transform error (parameters: 0x000000008000000B, 0x0000000080070490, 0x0000000000000014, 0x000000FE4B9E8970).