Sorry, I'm not sure how to name this question.
I am busy with Sagem SDK
development, and I have a bit of a problem now. The way the SDK works is that you can either use one set of assemblies without a Sagem VERIF
dongle, of the other set with the dongle. Both these sets of assemblies ([Sagem.MorphoKit, Sagem.MorphoKit.AcquisitionComponent], [Morpho.MorphoAcquisition, Morpho.MorphoSmart]) use C++ Dll's
to communicate with the actual biometric device. The thing that they didn't do though is use the same ones. So the MORPHO_SDK.dll
for the one is different from the other.
Is there a way to load the assemblies from separate folders, and execute the assembly in that folder. The Assembly resolver helps me setting the path, but the moment I load the assembly it can't find the dependencies, because the files exists in the folder and not in the executing assembly folder.
I hope this is clear, if you need anymore information please ask. I will clarify as far as I can.