Protected memory issue
A RPA uses System.IO.Directory GetFiles to get files from a dir.
This is the error message on executing link from GetFiles and listLoop1:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt
In DEV env it works, while running in PROD env we get the error message.
Which is the problem? is there a workaround?
DEV env:
Windows 10 Enterprise 10.0.16299
Pega Robotics Runtime 8.0.1090.0
PROD env (virtual machine):
Windows Server 2016 Standard – 1607 (OSBuild 14393.2906)
Pega Robotics Runtime 8.0.1090.0
Thanks in advance