Kbase P129936: FILE_SEARCH method of DIRSRCH.DLL causes GPF when specifying working directory with a UNC path
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/27/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1C
Windows
SYMPTOM(s):
Using FILE_SEARCH method of DIRSRCH.DLL (located in DLC\BIN)
PROWIN32.EXE crashes when calling FILE_SEARCH method
Target field of short-cut contains a UNC path
Working directory is set using a UNC path
Problem does not occur when using a physical path to set the working directory
Problem did not occur in OpenEdge 10.1B
CAUSE:
This is a known issue
FIX:
Set the working directory using SetCurrentDirectoryA (Windows API call) before calling the FILE_SEARCH method.
Refer to solution P9223 for more information on how to do this.