Página 1 de 1

Power Automate - erro

Enviado: 12 Jun 2023 às 08:33
por jmarcelosp
Olá Pessoal


Tem alguém já trabalhando com Power Automate, está dando este erro, e pelo bing chat, disse que este erro tem sido comum :

Mensagem = A Largura e a Altura não devem ser negativas.
Erro = System.ArgumentException
Texto completo = System.ArgumentException: A Largura e a Altura não devem ser negativas.
em System.Windows.Size..ctor(Double width, Double height)
em System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
em System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU, Boolean forceInfinityV, Boolean& hasDesiredSizeUChanged)
em System.Windows.Controls.Grid.MeasureOverride(Size constraint)
em System.Windows.FrameworkElement.MeasureCore(Size availableSize)
em System.Windows.UIElement.Measure(Size availableSize)
em System.Windows.Controls.Border.MeasureOverride(Size constraint)
em System.Windows.FrameworkElement.MeasureCore(Size availableSize)
em System.Windows.UIElement.Measure(Size availableSize)
em System.Windows.Window.MeasureOverrideHelper(Size constraint)
em System.Windows.Window.MeasureOverride(Size availableSize)
em System.Windows.FrameworkElement.MeasureCore(Size availableSize)
em System.Windows.UIElement.Measure(Size availableSize)
em System.Windows.Interop.HwndSource.SetLayoutSize()
em System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
em System.Windows.Window.SetRootVisual()
em System.Windows.Window.SetRootVisualAndUpdateSTC()
em System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
em System.Windows.Window.CreateSourceWindow(Boolean duringShow)
em System.Windows.Window.ShowHelper(Object booleanBox)
em System.Windows.Window.ShowDialog()
em Microsoft.Flow.RPA.Desktop.Shared.UI.Dialogs.DialogWindow.ShowDialog()
em Microsoft.Flow.RPA.Desktop.Shared.UI.Dialogs.DialogService.ShowArbitraryContent(Window owner, Object content, String caption, Object titleTemplateKey, Object contentTemplateKey, DialogOptions options, Func`3 closingCallback, Uri dialogResourcesUri)
em Microsoft.Flow.RPA.Desktop.Common.UI.TeachingGuideService.TeachingGuideStepsConfiguration.ShowDialog(Object content, String caption, Uri resources)
em Microsoft.Flow.RPA.Desktop.Common.UI.TeachingGuideService.TeachingGuideService.ExecuteStep(GuideStep step)
em Microsoft.Flow.RPA.Desktop.Common.UI.TeachingGuideService.TeachingGuideService.Start(String groupName)
em Microsoft.Flow.RPA.Desktop.Designer.Host.MainViewModel.<InitializeAsync>d__196.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
em Microsoft.Flow.RPA.Desktop.Shared.Common.Extensions.TaskExtensions.<FireAndForget>d__0.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
em System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)