Scenario: Foreign application host (.exe) loads my assembly (some kind of a addin) which in turn needs to load the resource assemblies.
For now this works only when i copy the resource assemblies into the main folder of the host application. BUT i wanna leave them in my specific installation folder. How to achieve this?
Normally when using my application i place the resource assemblies in app.exe\langcode folder.
Regards