Hi everyone, sorry about my english. Im having a problem and i don't know how to fix it.
I have a plugin-based application that i'm developing. Every plugin has a reference to a dll that has different static classes with functions. When i run the application with all the dlls (plugins and their references) in the same directory, the application works fine. But the problem comes when i change the application's path, leaving the dlls in other path. When i run the application, the plugin dll thrown an exception saying that the "functions dll" could not be found, but the dll is in the same directory as the plugin :| .
If i don't explain well:
C:\app.exe
C:\plugin.dll
C:\functions.dll
It works fine.
C:\test\app.exe
C:\plugin.dll
C:\functions.dll
It doesn't work.
I don't know where is the problem.
I'll be really grateful for your help.
Thanks
Greetings