Hi,@RogerSchlueter-7899 . I reproduced your problem.
From my research, .NET 6 doesn't seem to support XAML islands. As said Use XAML Islands to host a UWP XAML control in a C# WPF app
Using XAML Islands (wrapped controls or WindowsXamlHost) to host UWP XAML controls is supported only in apps that target .NET Core 3.x. XAML Islands are not supported in apps that target .NET, or in apps that target any version of the . NET Framework.
And there is XAML Islands for .NET 5 , where .NET 6 seems to be added, but I haven't tested it. If you want to use it in .NET 6.0, you could submit an issue in the Github.
----------------------------------------------------------------------------
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.