How to bypass a class and look for the dll file instead

Dec 19, 2014 at 10:52pm
Hi!
I am adding my own classes to an existing opensource software (OpenSees). The executable file OpenSees.exe already contains previous version of my class. Is it possible when running OpenSees.exe to look for the .DLL file of my current class in a folder, instead of using the old class inbuilt in it?

Dec 20, 2014 at 3:59am
Are you asking to make sure your program loads the correct of several possible DLLs?

Google "side-by-side assemblies".
Topic archived. No new replies allowed.