Release target leads to errors

When target is debug, my project works ok. When I switch to release, I get:

Uncaught ReferenceError: SetColAlign is not defined
    RowCountChanged http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1
    SetRowCount http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1
    LoadData http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1
    ActiveChange http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1
    i http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1
    ActiveChanged http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1
    CheckActiveAndEditing http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1
    SetDataSource http://localhost:8000/WebRezept/WebRezept_1_0_2.js:1

Any idea, what´s going wrong here?

tx Bernd

Additional info:
Turning optimization OFF avoids the problem.

Please try the latest version v2.2.3.1

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.