|
I am getting winrt::hresult_wrong_thread. I think I'm using Windows.UI.Xaml.Data.INotifyPropertyChanged as I have done in the past in UWP. MainWindow.idl: MainWindow.xaml.h: // MainWindow.xaml.cpp: |
Answered by
roxk
Jun 22, 2021
Replies: 1 comment 1 reply
|
Please see if switching from |
1 reply
Answer selected by
lawabider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see if switching from
Windows::UI::Xaml::Data::INotifyPropertyChangedtoMicrosoft::UI::Xaml::Data::INotifyPropertyChangedfixes the problem, as noted in the release note for PR0.5.