Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
68 views

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 ...
MaestroX's user avatar
0 votes
0 answers
59 views

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 ...
user30286640's user avatar
0 votes
1 answer
247 views

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....
cflorenciav's user avatar
0 votes
1 answer
112 views

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 ...
holycreeper's user avatar
4 votes
1 answer
440 views

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 ...
  MinecAnton209's user avatar
1 vote
0 answers
63 views

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 &...
cflorenciav's user avatar
1 vote
1 answer
67 views

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 ...
Mike-E's user avatar
  • 2,574
1 vote
1 answer
104 views

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 => ...
Matthew Flynn's user avatar
0 votes
1 answer
25 views

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.....
Alexander.Furer's user avatar
1 vote
0 answers
655 views

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 ...
user3279361's user avatar
0 votes
0 answers
50 views

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 ...
cflorenciav's user avatar
1 vote
1 answer
302 views

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....
Maximus's user avatar
  • 1,097
0 votes
0 answers
89 views

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 ...
SE User's user avatar
  • 75
-1 votes
1 answer
164 views

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 ...
CHS's user avatar
  • 1
0 votes
1 answer
49 views

When building the output, Uno creates a package_xxx folder. The docs mention that there is a MSBuild WasmShellOutputPackagePath variable set but I would rather have a constant folder name (eg. ...
Remus Rusanu's user avatar

15 30 50 per page
1
2 3 4 5
27