Hello everyone,
I've already read all of 5 topics I found on portal and haven't resolved my problem so far.. The issue is I'm trying to import external dll (C#) written by me and every time I'm trying to use one of it's method the same exception would prompt: "Could not load file or assembly 'LIBNAME, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies."
The version of BluePrism we are using is 4.2. Library is based on NET 2.0. We've even tried attaching library which contains no references except "System" and contains only one static int method which returns 2. And we cannot even call that method because of exception mentioned before.
What we have tried so far:
1.Changing directory of dll
2. Importing all of namespaces
3. Importing all of referenced dlls
4. Everything mentioned on BP portal.
If there's anyone who came up with solution for that problem I would really appreciate any help.
Best Regards,
Jan