PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → [WD 18] --> [WD 19] project is not opening...
[WD 18] --> [WD 19] project is not opening...
Iniciado por Sascha77, dez., 13 2014 1:40 PM - 5 respostas
Publicado em dezembro, 13 2014 - 1:40 PM
HI,

I just tried to open a Windev 18 project in Windev 19 and I got the following error:


**********************************************

Error loading project.
Unable to complete initialization:
Le fichier ouvert ne contient pas une description valide d'objet
Internal Conflict (DL)


**********************************************

Technical Information

What happened?
Error loading project.
Unable to complete initialization:
Le fichier ouvert ne contient pas une description valide d'objet
Internal Conflict (DL)


Error code: 0
Level: non-fatal error (EL_ONRETURN)

Dump of the error of 'WDPRJ.DLL' module (19.0.271.0).
Debugging information:
##(CObjetWD)-Conflit interne detecte (JO)##
##(CManipObjetWD)-bLectureEcriture=<1>, Version=<0>##
Additional Information:
EIT_SRCFILE :

----- Sub-error #1 -----

Error code: 0
Level: no error (EL_NONE)


Anybody has an idea what´s going wrong here?


Cheers,
Sascha
Publicado em dezembro, 13 2014 - 3:30 PM
Hi Sascha,

try to :
- delete the .cpl directory and the .env file of the v18 prject
- open the project in v18 to get a fresh recompile/verification of all objects
- if there is no problem, then try to open it in 19

Best regards
Publicado em dezembro, 14 2014 - 1:57 AM
Hi Fabrice,

thanks for your advice - unfortunately it´s not working.

I will give it another try tomorrow.

Cheers,
Sascha
Publicado em dezembro, 14 2014 - 12:56 PM
Hi Sascha

sorry to hear that...

If that is the case, it means that one of your objects (window, report, etc) is "broken" in someway.

In that case, the first thing to do is to identify which one... For that, you can:
- create a new project in 19
- OPEN a bunch of v18 objects (open is also able to change their version). By example, all the windows, then all the classes, then all the report...
- you should get a crash during ONE of the "import", and with a little luck the name of THE object.
- if not, try opening again the same batch of object, but little group by little group... And reduce the size of the group till you know which object is broken

At this point, it will be your choice to try and import a BACKUP of the object in question or redo it.

If you can still open it in 18, you can copy and paste controls and codes between 18 and 19

Best regards
Publicado em dezembro, 14 2014 - 3:18 PM
Fabrice,

again thanks for the advice. i managed to open the project now in Windev 19.
windows and procedures are all fine. the only thing which still does not get imported are the classes. Even 'core' classes like the cLasso class is not getting imported <img src="/NG2013_WEB/ui/smiley/2.gif" align=absmiddle border=0 alt=":(">

any sugesstions on that?

**********************************************

Error loading C:\My Projects\Sample\CLasso.wdc class.

Error Details:

Unable to complete initialization:
Le fichier ouvert ne contient pas une description valide d'objet
Internal Conflict (DL)


**********************************************

Technical Information

What happened?
Error loading C:\My Projects\Sample\CLasso.wdc class.

Error Details:

Unable to complete initialization:
Le fichier ouvert ne contient pas une description valide d'objet
Internal Conflict (DL)


Error code: 0
Level: non-fatal error (EL_ONRETURN)

Dump of the error of 'WDCOD.DLL' module (19.0.107.4).
Debugging information:
##(CObjetWD)-Conflit interne detecte (JO)##
##(CManipObjetWD)-bLectureEcriture=<0>, Version=<0>##
Additional Information:
EIT_SRCFILE :

----- Sub-error #1 -----

Error code: 0
Level: no error (EL_NONE)


----- Sub-error #2 -----

Error code: 0
Level: no error (EL_NONE)



Thanks,
Sascha
Publicado em dezembro, 15 2014 - 12:14 PM
Greetings,

finally i was able to open my Windev 18 Projects with Windev 19.

Using SCM did the trick - after loding my v18 project into SCM i was able to open it...

Not sure what magic PCSOFT dows whilest open a project from SCM, but it worked.


Cheers,
Sascha