Unable to import external Library files (.dll)

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-09-17 09:51 PM
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! 😃
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-09-17 01:17 PM
Close and reopen blueprism after using your external dll. Because blueprism loads dll at the start of the application.
