Hey Guys
Would really appreciate any help on this one. I am trying to use a custom DLL that I created, inside a code stage. I have followed all the guides and how-tos on the portal but continue to run into the following issue:
"Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'BPLogger, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."
I have imported the .dll file into the C:\Program Files\Blue Prism Limited\Blue Prism Automate folder, referenced using the full path in addition to a namespace import.
Additionally I have also imported and set up any other external references that were being leveraged in my original project. Lastly, I made sure that the target .NET version is 4.0. Please see the screenshots that are attached
What am I missing/doing wrong? Any advice please?