The Code Profiler does not properly handle relative directory references in the VBP file. If the file looks like this, Code Profiler aborts trying to process the CRW45 file:
Module=PASSMAN1; PASSMAN.BAS
Module=CRW45; ..\CM4\CRW45.BAS
Code Profiler does not understand the context of the file reference. Before running the Profiler, change all the "..." type relative references to full references:
Module=PASSMAN1; PASSMAN.BAS
Module=CRW45; C:\DEV\CM4\CRW45.BAS
Timothy J.