Say we have an application which consists of one executable and 5 libraries. Regularly all of these will be contained in one directory and the libraries will be loaded from
You can add additional search paths to your app.config that it looks in to load assemblies. For example
You can see more details here.