RPA社区具有邮件自动通知功能,可以关注帖子实时追踪答复情况。需要在账号中 正确添加邮箱哦(⊙o⊙)
情况如题
报错如下
Failed to perform step 1 in Navigate Stage 确定 on page 安全提示 -Exception during remote setforegroundwindow - System.ComponentModle.Win32Exception(0x80004005):拒绝访问
在System.Diagnostics.ProcessManager.OpenProcess(Int32 processId,Int32 access,Boolean throwIfExited)
在System.Diagnostics.Process.GetProcessHandle(Int32 access,Boolean throwIfExited)
在System.Diagnostics.Process.OpenProcessHandle(Int32 access)
在System.Diagnostics.Process.get_Handle()
在BluePrism.ApplicationManager.Operations.WindowOperationsProvider.ForceForeground(InPtr windowHandle)
应该是Attach填写的参数不对,名字,ID什么的再核对一下
是Attach什么程序? 是不是有很多同名进程的那种
有一个错误蛮容易犯的,就是Attach的时候填写 Process参数 ,进程的名字不要包含 .exe ,就写“Process”名称就行 ,最新的版本貌似名称包含了就会报错。