Summary:within applications that existed and worked very well before R8.5.1,
we have Lotusscript Libraries were the code was hidden
since we upgraded to R8.5.1 and once the libraries are touched in the new eclipse-based LotusScript editor
the libraries bomb out. if you do not touch the libraries but do a “Recompile all LotusScript” the libraries become corrupted
More Detailed
If you are using the IBM Domino Designer 8.5.1 with the new eclipse-based LotusScript editor to edit your lotus script libraries an error occured if the library you are editing depends on a library which has included script and the script is not available
The reason is that the new lotus script editor compiles all dependencies of the lotus script library by default.
To avoid the problem you must disable this option. To do this open File → Preferences → Domino Designer → LotusScriptEditor an disable the option “Enable automatic recompilation of all dependencies”. Now we have the same behavior like the “old” lotus script editor.
Error while modifying LS libraries with DDE
But…
If you perform the Tool “Recompile all LotusScript” the libraries with the removed code will be corrupted!!
Any Ideas!!!