When you debug a .NET COBOL application, there is a danger that an RM/COBOL indexed file will become corrupted when debugging ends, as the file is not closed correctly by default.
To ensure the file is closed correctly when debugging ends, you should set the RMFM_PRETEND_FORCE_CLOSED environment variable. For .NET COBOL applications, it is not strictly necessary to set this variable, as the File Handler can usually close the file correctly, although, setting this variable will ensure any data file is always closed correctly.
The application file is added to the project.
The Application Settings dialog box appears.