lucasg/Dependencies

Can't find DLLs in PATH

Open

#7 opened on Nov 27, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (11,485 stars) (927 forks)batch import
help wanted

Description

I have all the DLLs of my dependencies in a single folder, which is part of the user PATH. This way, they are available everywhere and I can run all my applications during development from anywhere, without needing to copy the DLLs to the correct path.

Sadly, Dependencies can't find those DLLs.

Contributor guide