Hi All,
I am trying to register a machine on Power Automate Desktop.
I javing two problems:
1) sometimes I get an error message (see below)
2) If the error message does not show, then it just shows me my company's environment, but I am unable to proceed to the next step to add a machine.
Please help!
Thanks,
Matt
----------------------------------------------------------------------------------------------------------------------------------------------
Message = Exception has been thrown by the target of an invocation.
Error = System.Reflection.TargetInvocationException
Full text = System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Flow.RPA.Desktop.MachineRuntime.UI.ViewModel.MainViewModel.OnMachineInfoUpdatedEvent(MachineInfoUpdatedEvent obj)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at Microsoft.Flow.RPA.Desktop.Shared.ApplicationFlow.Internal.ApplicationEvents.RaiseInternal[T](T domainEvent)
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)