My colleague has issues with registering her PC as a machine. We don't have admin rights but I have PAD installed correctly and working but she is getting this error:
How do we fix this?
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)