Uno Application crearion fails #22657
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.
-
Running Visual Studio Code on Ubuntu
Installed .net sdk 10
Performed un0-check
Desktop application only
Used LiveWizard to configure new application
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
Applicatio0n builds but will not run
/
/
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)Beta Was this translation helpful? Give feedback.
All reactions