.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,003 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have this error when running the MAUI as exe.
I do not have this fonts on my app in RESOURCES/FONTS and not resister it.
2025-03-13 11:57:26,921 [1] ERROR Microsoft.Maui.FontManager - Error loading font 'Assets/Fonts/Segoe UI.ttf'.
System.InvalidOperationException: This operation is not supported for a relative URI.
at System.Uri.get_LocalPath()
at Microsoft.Maui.FontManager.FindFontFamilyName(String fontFile)
2025-03-13 11:57:26,940 [1] ERROR Microsoft.Maui.FontManager - Error loading font 'Assets/Fonts/Segoe UI.otf'.
Thanks,