I have used the following example to host a standard UWP control in a WPF app using XAML Islands: https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/host-standard-control-with-xaml-islands
But if I get to the point:
- In your WPF project, right-click the Dependencies node and add a reference to your UWP app project.
I get the following error:
Unable to add a reference to project…
Why isn't this working?