Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: vinicius.gaspar on September 05, 2019, 02:17:46 PM
-
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
-
[quote author=hsujdik link=topic=11428.msg52086#msg52086 date=1567693396]
Check if there is another custom .module-config that has the same module name in its content
[/quote]
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.