PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD21 - error after update - this program was created with an earlier version
WD21 - error after update - this program was created with an earlier version
Iniciado por guest, 30,nov. 2016 11:15 - 1 respuesta
Publicado el 30,noviembre 2016 - 11:15
Hi,

after upgrading an app from wd20 to wd21 EVERY user get's the following error ONCE!
"This program was created with an earlier version of the framework" with the option to download it.
But all DLL's are already in place, beacuse I manually copied them into the applications map.

The app is installed on a terminal server in a shared map. So every user start the same application with the same WD framework. Stil all users are getting this message once and have to run the download-proces altough it does not do anything but replacing the DLL's with the same versions.
Publicado el 30,noviembre 2016 - 12:02
Well, it turns out to be a registry value.
HKEY_CURRENT_USER\Software\PC SOFT\Windev\21.0\APPLI\myapp\LAST_FRAMEWORK

It is set/reset the first time a user start the update to 210067f
.
Maybe wdsetup will set it also? I don't use that. I just copy the update files myself.