Problem:
Some projects may tend to crash when working with the IDE, e.g. when deleting some files on the right site of the project.
Resolution:
A first crash of the IDE may corrupt the project file *.APP, e.g. when debugging.
The Net Express project files are Micro Focus ISAM IDXFORMAT"8" files.
The rebuild.exe tool can be used to test or repair corrupted *.APP files.
For testing, please try from a Net Express Command Prompt:
REBUILD.exe MyProject.APP /f:c10d5
For repairing:
REBUILD.exe MyOldProject.APP,MyNewProject.APP
When the reason for the crash is a corrupted *.APP file, this repair will help and improve the stability of the IDE.
