Good morning,
I am working on C# project and I am facing some difficulties.
See below the architecture of the project :
I use objects and methods in the main program. At runtime, these methods use external dlls. At the deployment level, my dlls have to be located next to external dlls, especially for calls to remote database servers. Information allowing to interact with external dlls is written in the app.config file of the main program.