Question
Morgan Stanley
US
Last activity: 23 Mar 2020 10:34 EDT
Failed to load assembly Issue from script component
Hi guys,
I am struggling to resolve one issue related to "I.O Exception: Could not load file or assembly...".
So, I have made my own dll file which is relying on other third party dll file (This project exists in the same solution where openspan automation project is).
I added a new method in script component in automation (os file), but for some reasons it is throwing the exception saying that third party assembly is missing when I debugging that method even if all the assemblies(My dll and the third party dlls) are added as references. (I also confirmed that the assembly exists in automation project' bin folder and my own dll's bin folder as well)
I tried everything to resolve, but still it is throwing the exception.
Please advise..your help will be much appreciated.