Load external C#/C++ dll from a specific folder in C#

In my company we wanted to bring together external dlls into one folder named “Libs” next to the executable. Indeed, when you have many dlls (and not all written in C#), it’s more readable to put them all in one folder that contains the dependencies of the project. 1. Add required files then set parameters... » read more