I want to use a script action an use some methods of my API. For that I'm adding the reference to my dll that i copy inside Skelta Bin directory.
The thing is i'm having some issues loading external DLLs inside my API unless i copy all my DLLs inside Skelta Bin Directory.
Is it possible to configure Skelta to look for DLLs in other directories?
You can refer the external dll not only from Skelta bin but also from any other directories.However we recommend you to use custom action inplace of script action as there might be some memory related issues using script action whenever an reference for external dll is required.
Regards,Moderator