.NET MAUI code samples
The samples in this repository demonstrate how to use different aspects of .NET MAUI to build cross-platform apps for iOS, Android, macOS and the Windows.
Category: .NET / Machine Learning |
Watchers: 3 |
Star: 12 |
Fork: 1 |
Last update: Sep 16, 2021 |
The samples in this repository demonstrate how to use different aspects of .NET MAUI to build cross-platform apps for iOS, Android, macOS and the Windows.
HI,
I was trying to run your projects. I'm really struggle to have them work for WinUI. For example BoxViewClock
is working for Android but there is an error for WinUI: thw window is a black screen and a lot of this error
Exception thrown at 0x00007FFD81CB4ED9 (KernelBase.dll) in BoxViewClock.WinUI.exe: WinRT originate error - 0x80070057 : 'PickerStyle.xaml is not a valid absolute URI.'. onecore\com\combase\winrt\error\restrictederror.cpp(1016)\combase.dll!00007FFD82F9C363: (caller: 00007FFD82FA6049) ReturnHr(21) tid(4a50) 8007007E The specified module could not be found. 'BoxViewClock.WinUI.exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'.
BugSweeper
is working on Android (although I don't understand what it is doing - I tap on the yellow boxes but nothing happens) but in WinUI has a different error.
Exception thrown at 0x00007FFD81CB4ED9 (KernelBase.dll) in BugSweeper.WinUI.exe: WinRT originate error - 0x80131502 : 'Non-negative number required. (Parameter 'width')'. onecore\com\combase\winrt\error\restrictederror.cpp(1016)\combase.dll!00007FFD82F9C363: (caller: 00007FFD82FA6049) ReturnHr(4) tid(2ee4) 8007007E The specified module could not be found.
Some for RpnCalculator
.
Exception thrown at 0x00007FFD81CB4ED9 (KernelBase.dll) in RpnCalculator.WinUI.exe: WinRT originate error - 0x80070057 : 'PickerStyle.xaml is not a valid absolute URI.'. onecore\com\combase\winrt\error\restrictederror.cpp(1016)\combase.dll!00007FFD82F9C363: (caller: 00007FFD82FA6049) ReturnHr(21) tid(380c) 8007007E The specified module could not be found.
I use Visual Studio 2022 Preview 2.