I am searching for a way to change the DLL's path without having to use Assembly.LoadFrom
or .Load
.
I cannot change the code, and it already references DLL's like Namespace.Class.Method
. Is there a way to change the path of that DLL and tell .net to look for it using a new path? The new path is known, so I just need a way to point it there.
Any help would be appreciated.
Thank you in advance.