I am including a library in my application, and it's copying 7 dlls with the same path as the exe.
But I want to put these dlls in a sub folder.
When I put the dlls in a subfolder the application doesn't see the dlls.
So is there any configuration that describe where should the application look for its dlls?
Also is it possible to change the location of the referenced dlls that have the copy local attribute set to yes?
Edit:
also relevant is the following question
http://stackoverflow.com/questions/806467/how-can-i-set-privatebinpath-in-mef