Frank
"Frank Sonnemans" <
[hidden email]> wrote in message
news:
[hidden email]...
> Selecting file>>New in the Active-X control browser on Win XP results in
the
> following error:
>
> 14:18:31, woensdag 13 februari 2002: 'HRESULT Error: Invalid value for
> registry (FACILITY_ITF)'
> OLELibrary(ExternalLibrary)>>invalidCall
> OLELibrary>>oleRegGetUserType:dwFormOfType:pszUserType:
> COMObjectRegistration>>getUserType:
> COMObjectRegistration>>description
> [] in ICatInformation class>>controls
>...
I don't get this problem on my XP machines, so perhaps you have a corrupt
COM object registration. This is a common problem, and Dolphin should be
handling the error more robustly.
> Anyone knows how to fix this?
A workaround is to modify the OLELibrary>>oleRegGetUserType:etc method and
change the 'hresult' return type to 'sdword'. This will supress any errors
accessing the registration information from the registry.
Regards
Blair