Hi
I'm implementing an object based on C# code in Blue Prism which uses methods declared in external libraries. I imported those libraries (ClodesXML.dll) in order to use them in code block but when I run the program it shows an error (Internal : Could not execute code stage because exception thrown by code stage: Could not load file or assembly 'ClosedXML, Version=0.75.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b' or one of its dependencies. The system cannot find the file specified.) that I believe is related to that library import.
Code check is ok and no errors besides that one.
Attached i am sending a print of the error.
Do you have any ideia to solve this problem?
I would be very thankful! 😃