-
|
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: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Please see if switching from |
Beta Was this translation helpful? Give feedback.
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.