402 questions
0
votes
0
answers
48
views
System.DllNotFoundException: Microsoft.WindowsAppRuntime.dll when creating Uno Platform desktop project
I'm trying to create a new Uno Platform project (VS 2026, Uno 6.4.16.16), but I get the following error:
System.DllNotFoundException: Unable to load DLL 'Microsoft.WindowsAppRuntime.dll' or one of its ...
0
votes
0
answers
56
views
"No such interface supported" error when trying to run the libvlcsharp platform uno sample
I have been trying to get libvlcsharp working with platform uno based on the sample but keep getting a "No such interface supported" error when I try running it. I tried to simplify the ...
0
votes
1
answer
212
views
How to get Model from page in uno platform 5
I'm using the uno platform template and I'm trying to add an on-screen log to see errors on android screen during testing.
This code is working well
<Page x:Class="Phirenze.Phinance.Uno....
0
votes
1
answer
102
views
Uno Platform building error APT2067: failed processing manifest
I have multiplatform project (targets for iOS, Android and Windows), so far just began, very simple content. I'm debugging only on iOS so far, Android even didn't touch yet. Everything was fine, until ...
4
votes
1
answer
384
views
How to Resize a Window in Uno Platform?
I'm trying to change the size of the window in my Uno Platform application. I've gone through the official documentation and searched GitHub repositories for examples, but I couldn't find a solution ...
1
vote
0
answers
61
views
Uno platform 5 and x:Bind throws Cannot resolve type "http://schemas.microsoft.com/winfx/2009/xaml:Bind"
I'm creting as new multiplatform app with uno platform 5 and net9, I modified the example given and worked ok with static values, but when I tried to use x:Bind throw this error:
Cannot resolve type &...
0
votes
0
answers
110
views
The Uno MVUX pattern, the flux pattern, and Fluxor
I am new to Uno, its MVUX (Model, View, Update, eXtended) pattern, and the flux pattern implemented by Fluxor.
I have two basic questions:
What is the difference between the MVUX and Flux patterns?
...
1
vote
1
answer
50
views
What Is "Loaded by runtime" in the Visual Studio Modules Window, and How Does One Access This?
I am building my first Android application with Uno and am attempting to debug a component within Uno's authentication assembly. Unfortunately I am having trouble accessing its symbol file and ...
1
vote
1
answer
82
views
Host is null when trying to access from MainPage
I have created a new Uno Platform app and am trying to inject environment specific appSettings.json data into the pages.
So far I import the settings;
.UseConfiguration(configure: configBuilder =>
...
0
votes
1
answer
24
views
Hosting Uno UI in Web-style sdk application
Is it possible to host the Uno application in Web.Sdk-style project ?
Like embedded UI ?
All the samples I've seen advise to create Web Assembly project , haven't seen the sample with simple ASP Core.....
1
vote
0
answers
536
views
Dotnet Workload installation failed: Workload ID android/maui/ios isn't supported on this platform
Background:
I try to get the Uno framework installed on a Windows PC, but the "uno-check" application fails on installing dotnet workloads:
fix failed - Workload Install failed: `dotnet ...
0
votes
0
answers
44
views
Is it possible to set the framework in launchSettings.json?
I created an Uno platform app and it's running well. By default, there are some profiles for WebAssembly and WinAppSDK, but there's no for android, to run android I need to change the framework ...
1
vote
1
answer
266
views
WebView2 alternative for Wasm in Uno Platform
The following code works perfectly in WinUI (Uno Platform) to display an embedded BTC chart in the WinUI app:
Xaml:
<Page x:Class="UnoApp1.MainPage"
xmlns="http://schemas....
0
votes
0
answers
80
views
How do I set the source of MediaPlayerElement to a file on an Android device in the Uno Platform?
I am trying, in the Uno Platform using C#, to set the source of my MediaPlayerElement to a file picked by a FileOpenPicker. I have successfully retrieved the resulting file path of the picked file as ...
-1
votes
1
answer
156
views
Is it possible to use OxyPlot with Uno Platform? [closed]
I am trying to transfer a UWP project to Uno Platform. I want to run the app on Linux later and I am using VS22. The project uses OxyPlot to plot some charts and I am having problems to integrate ...