Good afternoon,
In my company, we are using Webdev/windev technologies quite extensively; Yet, sometimes when installing a new iteration of the project (In Webdev 2024), the following error is raised :
"The "Pagination" class was not compiled properly.
Error code: 2408 Level: fatal error
Module: wd290vm.dll (01A290088m - 29.0.537.4)"
In the current example, this error is raised when changing language to a specific choice (English and Netherlands), when others are working perfectly (France, Deutsch, Czech, etc...). Compiling the project may fixx the issue, and cause the issue to another language.
The main problem being the inconsistency of the error. Because it only happens in specific cases varying at each iteration of the project, we need to test EVERY SINGLE LANGUAGE for every modification made to the project ! The amount of time lost is tremendous on the long run, especially since the only fix we could find is to recompile the project with crossed fingers, now knowing what happened wrong.
I have been searching for this error in multiple versions of Webdev, Windev, and over Google but with no result.
Webdev module version: 29.0.294.5 Project in ported into Webdev 2024 initially with no apparent issues. |