Has anyone else seen an error like this one:
Error at line 62 of Procédure globale Fichiers_Connecter_Execute process ('WDRules' component).
Error when the 'CCFeedback' component was loaded by the 'WDRules' component.
Version of 'CCFeedback' component ('D:\WX-ISCO\Answers\Exe\32-bit Windows executable\Feedback.wdk') too old to be used in this application. Version of 'CCFeedback' component: 22.00Ao. Version required by the application: 22.00Ap or later.
I have updated WinDev and copied the Feedback.wdk to the project replacing all occurances and still the error occurs. It happens on the following statement:
iEmailRecord = Open(WIN_EmailSend,Names.NameRN,EDT_ProjectNumber)
WIN_EmailSend runs fine in window test mode.
Error at line 62 of Procédure globale Fichiers_Connecter_Execute process ('WDRules' component).
Error when the 'CCFeedback' component was loaded by the 'WDRules' component.
Version of 'CCFeedback' component ('D:\WX-ISCO\Answers\Exe\32-bit Windows executable\Feedback.wdk') too old to be used in this application. Version of 'CCFeedback' component: 22.00Ao. Version required by the application: 22.00Ap or later.
I have updated WinDev and copied the Feedback.wdk to the project replacing all occurances and still the error occurs. It happens on the following statement:
iEmailRecord = Open(WIN_EmailSend,Names.NameRN,EDT_ProjectNumber)
WIN_EmailSend runs fine in window test mode.