Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinUi Sample does not work #2

Open
kingofthebongo2008 opened this issue Aug 29, 2020 · 0 comments
Open

WinUi Sample does not work #2

kingofthebongo2008 opened this issue Aug 29, 2020 · 0 comments

Comments

@kingofthebongo2008
Copy link

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant