Hi,
As I explained in object I've an issue on A Appeon 2017 Migration on one of the applications I maintain for a customer.
On Windows7 sources PB10.5 migrate from PB10.5 to Appeon 2017 R3 without any problem. It's possible to execute the application from Appeon development environment.
On Windows10 sources PB10.5 migrate from PB10.5 to Appeon 2017 R3 without any problem. Its also possible to compile an exe. But It's not possible to execute the migrated sources from Appeon development environment.The application object doesn't open and it's impossible to see what happen's with debug mode.
Appeon closes....
I tried to activate option "Enable pbdebug tracing" + "PBDebug Output path" without any success...
Here is what I can see in events log of windows :
Nom de l’application défaillante PB170.EXE, version : 17.2.0.1858, horodatage : 0x5b55ee46
Nom du module défaillant : MSVCR100.dll, version : 10.0.40219.1, horodatage : 0x4d5f0c22
Code d’exception : 0xc0000005
Décalage d’erreur : 0x00001ed7
ID du processus défaillant : 0x2ce8
Heure de début de l’application défaillante : 0x01d429b7e2b2f062
Chemin d’accès de l’application défaillante : C:\Program Files (x86)\Appeon\PowerBuilder 17.0\PB170.EXE
Chemin d’accès du module défaillant: C:\Program Files (x86)\Appeon\PowerBuilder 17.0\MSVCR100.dll
ID de rapport : 4b66b6bf-e5bd-46ef-9044-936b13d25f05
Nom complet du package défaillant :
ID de l’application relative au package défaillant :
Have you got an idea?
Thanks a lot for help!
Regards,
Bertrand
Thanks everybody for your different ideas!!!!
I had the same problem on an other machine which was on Windows 10.
But finally I found a solution ant it's now OK. It's possible for me to execute my sources migrated from PB10.5 into APPEON2017 from APPEON2017 on my machine which is on Windows10.
The solution I found is :
I saved the application pbl in a specific folder. Then I constructed a new (workspace + target + application + application pbl ) from scratch. I added the old application pbl which has been saved into a specific folder in the library list of pbl defined into the target
and then I copied everyelements from the application corrupted pbl
to the new application pbl constructed from scratch. To finish I copied the script from the corrupted application object to the new application object just init with the constuction of the new (workspace + target + application + application pbl ).
And it's OK....
Kind regards,
Bertrand