Dynamic resource dll loading

Feb 8, 2012 at 2:13 PM

Is it possible to have the compiled resx dll file sto be loaded dynamically on request?
We want to be able to provide the resx files to third party for translation and to have the ability to load them up when required.
And would it be possible to have the dll files in some other directories and not in the root folder that application is started in?

Coordinator
Mar 9, 2012 at 6:56 PM

Hi,

sorry for the looooong delay.
it is possible, but you have to load them, dont matter where they are located.

all i can do is searching for resources in the LOADED ASSEMBLIES.

wbr,
Bernhard

Mar 25, 2012 at 12:56 PM

Can you provide any example how the resx files should be loaded?
And would we need to compile the resx files to dll assembly or can they be loaded as resx files?