I am having a Power Automate Desktop (Preview) launch issue. I have updated .NET to 4.8 and reinstalled Power Automate Desktop / UiFlows several times.
UiFlow Version:
2.1.43.20312
OS Version:
1803 (OS Build 17134. 1845)
.NET 4.8 version
Event Viewer Error:
Message = Element not found. (Exception from HRESULT: 0x80070490)
Error = System.Exception
Full text = System.Exception: Element not found. (Exception from HRESULT: 0x80070490)
at Windows.UI.ViewManagement.UISettings.add_TextScaleFactorChanged(TypedEventHandler`2 handler)
at System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal.NativeOrStaticEventRegistrationImpl.AddEventHandler[T](Func`2 addMethod, Action`1 removeMethod, T handler)
at System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal.AddEventHandler[T](Func`2 addMethod, Action`1 removeMethod, T handler)
at WinAutomation.UI.Common.FontSizeManager.Register(ResourceDictionary dictionary) in D:\a\1\s\src\WinAutomation.Desktop\WinAutomation.UI.Common\FontSizeManager.cs:line 35
at WinAutomation.Console.Host.App.<>c__DisplayClass5_0.<OnStartup>g__OnStartupInternal|0() in D:\a\1\s\src\WinAutomation.Desktop\WinAutomation.Console\WinAutomation.Console.Host\App.xaml.cs:line 94
at WinAutomation.Logging.LoggerTraceOperationExtensions.TraceOperation[T](ILogger`1 logger, String methodName, Action logEventAction, Action func, Func`1 getSuccessMessage, Func`2 getFailureMessage, LogData[] data) in D:\a\1\s\src\WinAutomation.Desktop\WinAutomation.Logging\LoggerTraceOperationExtensions.cs:line 80
at WinAutomation.Console.Host.App.OnStartup(StartupEventArgs e) in D:\a\1\s\src\WinAutomation.Desktop\WinAutomation.Console\WinAutomation.Console.Host\App.xaml.cs:line 61
at System.Windows.Application.<.ctor>b__1_0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)