WDE | Trouble with .dll and .module-config files

I generated the .dll and .module-config files for a WDE customization using Release x86. But when I put these files in a WDE executable’s folder other than the one I debugged the code, the customization doesn’t activate at all.

Does anyone have come across a similar problem?

Check if there is another custom .module-config that has the same module name in its content

I checked but there is none.

And can you see your module being loaded on WDE logs? Or not at all?

I’ve managed to make it work somehow. The problem seemed to be a missing Genesys’ framework .dll file that I used as a reference to create the module. I forgot to have it added in the executable´'s folder.