Specify Search Path for .net assembly binding/Fusion in app.config?

Posted by Michael Stum on Stack Overflow See other posts from Stack Overflow or by Michael Stum
Published on 2010-04-08T01:56:29Z Indexed on 2010/04/08 2:03 UTC
Read the original article Hit count: 329

Filed under:
|

I have an application that depends on other .net assemblies. When I start the application, I get an error that an assembly or one of its dependencies cannot be loaded.

I do not want to put the assemblies into the GAC or into the Directory of the application. Is there a way (app.config?) to tell .net to look into a given path when trying to load assemblies? I believe I can use assembly binding for a single assembly, but I'm looking for a wildcard solution to add a path to the "search paths"

© Stack Overflow or respective owner

Related posts about .NET

Related posts about fusion