|
| Iniciado por guest, 08,feb. 2018 18:41 - 4 respuestas |
| |
| | | |
|
| |
| Publicado el 08,febrero 2018 - 18:41 |
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. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,febrero 2018 - 19:15 |
Hi Jeff,
as the message gives you a PRECISE path for the file, start by checking its version... If it is the version stated in the message, update it and check again, if it's not, try rebooting your computer, as it is, after all, THE solution to so many strange windows problems
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,febrero 2018 - 22:43 |
Fabrice,
Thanks for your response, however all those things you suggest I did before posting. I also sent a request to technical support on where to get the stated version of Feedback.wdk. I don't see how to get the version from the file directly. I only compare the size and dates on the files in the stated path. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 09,febrero 2018 - 12:07 |
Hi Jeff
you can do it by code, with exeversion, if I remember correctly... there is a syntax for components...
Best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 09,febrero 2018 - 16:23 |
Hi,
1) To get the version of a component, try someting like: Trace(ComponentInfo("", ciVersion, "D:\MyComponents\MyComponent.WDK"))
In order to diagnose the problem, You can also to do a trace of your project components in order to determine their location: trace(ComponentList())
I hope it helps you to solve the problem.
Regards |
| |
| |
| | | |
|
| | | | |
| | |
|