I have a .NET application which I wish to search other paths for dependent DLLs besides the standard GAC, current directory, PATH areas. Is it possible to tell the app to do this?
E.g.
Tell the Application to look in “[Executable Path]\Dependent DLLs”.
You can add a private assembly search path by using the
<probing>element in your .config file.