02-14-2023 11:17 AM
Hi,
I have a sequence which uses 2 versions of the same dll, they are basically the same with some changes in a couple methods.
I do all the steps for the first dll, unload it call the second one and do all of its steps.
I was wondering if there's a way to change a step assembly (path to the dll) at run time, for example read some input from the user with the path to each dll store it a couple variables and use those to tell each step which dll to use. That way for future changes we can go from using the dlls A and B to C and D and not have to individually change the assebly for each step.
Thanks in advance.
- Rodrigo
02-20-2023 03:54 AM
Hello employee_hardworking,
It will be better if you share the snippet for the sequence you have created to understand better before suggesting.
Also you can provide the path to your dll based on expression, where you can create a expression to update the path dynamically.