Cannot create and execute Uno Appllication #22656
Unanswered
HowardPWeiss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Visual Studio Code on Ubuntu
Installed net sdk 10
ran uno-check
desktop applications only
Created application with Live Wizard
dotnet new unoapp -o TryAgain -preset "recommended" -platforms "desktop" -presentation "mvvm" -http "none" -nav "blank"
Opened folder in visual studio code
Selected Start Debugging from Run menu
Application build but fails to executre with exception
Exception has occurred: CLR/System.Reflection.TargetInvocationException
An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in System.Private.CoreLib.dll: 'Exception has been thrown by the target of an invocation.'
Inner exceptions found, see $exception in variables window for more details.
Innermost exception System.Exception : Failed to load icuuc.
at Microsoft.UI.Xaml.Documents.UnicodeText.ICU.Init()
at Microsoft.UI.Xaml.Documents.UnicodeText.ICU.SetDataAssembly(Assembly assembly)
at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
This worked previously
Beta Was this translation helpful? Give feedback.
All reactions