Kbase P13303: Correcting Error Message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/24/2004 |
|
Status: Unverified
GOAL:
Correcting Error Message "... \proedit\vslick.vsm not found"
CAUSE:
With the install of some runtime products such as client networking,
when running the application the following error can sometimes be
encountered:
Message file '<%DLC%>\proedit\vslick.vsm' not found
where <%DLC%> is the actual drive and path to the DLC directory
EXPLANATION:
This message can occur because, in either the registry or the INI
file, the UseSourceEditor setting within the Startup section is set to
Yes.
When UseSourceEditor is set to Yes, the client will look for files
located within the %DLC%\proedit directory. Since the files within
this directory are only required for development, this directory is
not required for non development products and therefore not installed.
FIX:
To avoid the error message just make sure the UseSourceEditor is set
to No in either the Registry or INI, depending on which is being used.
Example for Registry and INI file:
Registry --
HKLM\SOFTWARE\PSC\PROGRESS\<version>\Startup
UseSourceEditor=no
INI file --
[Startup]
UseSourceEditor=no
References to Written Documentation:
Progress Knowledge Base Solution 19392, "Advanced Editing Options
(9.1A)"