Structure of the files for solution lmr_module is broken

Hi all,

trying to convert a 3.5.10 project to 5.1.x and I’m getting a warning that I do not understand:

Structure of the files for solution lmr_module is broken (incorrect parent-child combination).

(attached to a form)

Any ideas?

swingman:
Hi all,

trying to convert a 3.5.10 project to 5.1.x and I’m getting a warning that I do not understand:

Structure of the files for solution lmr_module is broken (incorrect parent-child combination).

(attached to a form)

Any ideas?

This warning means the structure of workspace files (on the disk) is not correct, so there will probably problems reading the solution. Do you import the 3.5 solution in developer ?

Hi Laurian,

Yes, I exported from 3.5.10 developer and then imported into 5.1.2 developer.

I found the problem, one field on the form had an on_action script which showed as ‘unresolved’ in Servoy 5.
Opening the form in TextMate I spotted the following:

onActionMethodID:"00000000-0000-0000-0000-000000000000",

instead of a proper reference.

In Servoy 3.5, the on_action property shows as empty, but maybe I had assigned some script in the past and then deleted it.

C.