-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I get this exception,
Looks very strange
Exception thrown at 0x75789962 (KernelBase.dll) in MFCApp.exe: WinRT originate error - 0x802B000A : 'Cannot create instance of type 'Microsoft.UI.Xaml.Controls.XamlControlsResources' [Line: 13 Position: 32]'.
<Toolkit:XamlApplication
x:Class="MyApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:MyApp"
xmlns:Toolkit="using:Microsoft.Toolkit.Win32.UI.XamlHost"
xmlns:MSMarkup="using:Microsoft.UI.Xaml.Markup"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
RequestedTheme="Light"
mc:Ignorable="d">
<Application.Resources>
</Application.Resources>
</Toolkit:XamlApplication>