13-07-21 10:58 AM
Answered! Go to Answer.
17-06-22 10:23 AM
17-06-22 03:37 PM
Version version = new Version(4,0,3,0);
string publicKeyToken = "cc7b13ffcd2ddd51";
RedirectAssembly("System.Buffers", version, publicKeyToken);
This is the code that calls the routine I mentioned earlier. Now, in your Blue Prism Automate folder, can you check the version of System.Buffers? I am guessing you are on Windows 11 as that now seems to show only the file version and not the actual assembly version. You may need to acquire a tool to check the actual assembly version and for this I use a tool called .NET Dependency Walker by WorkShell. It is a paid product, but there is a trial period.
I am hoping that with this information, you will be able to resolve your issues, please come back to me if you need further assistance.
17-06-22 06:18 PM
25-08-22 03:58 AM
25-08-22 06:58 AM
25-08-22 08:51 AM
25-08-22 08:58 AM