Resolve assembly references from another folder
I am developing an application which references and uses some third party assemblies from a certain Vendor; in development box I have these 3 assemblies in a reference folder in my source tree and I can reference them and build the application, application builds but does not run because the whole server application is not installed, but this is fine. On the server where I want to copy this custom application and run all assemblies I am referencing are in folder something like: D:\ProgramFiles\VendorName\ProductName\Support\API\Bin64 and if I copy my small executable in that folder and run it,