"Jerry" <> wrote:
>
>Last week I asked this forum how to register a DLL and got the answer:
>________________
>Assuming the dll was not part of a COM+ package, put your dll in the
>directory you want (doesn't have to be part of the folder structure for the
>website) and then open a DOS prompt and type:
>
>regsvr32.exe c:\PathToTheDLL
>________________
Yes, this is correct.
>We are running Win2003 Server Web edition and when I do this I get the error
>message:
>
>LoadLibrary("c:\Windows\system32\filefunctions.dl l") failed - The specified
>module could not be found.
>
>This is definitely where the file is. The DLL is necessary to support a
>function in the ColdFusion based administrator tools for our web site. Any
>ideas anyone??
LoadLibrary can also fail if the DLL needs another DLL that isn't present.
Do you have the "depends" tool to check its dependencies?
>There is one strange thing about this DLL and that is that it was written in
>1997 and when I view the permissions on the file I cannot change them at
>all.
That suggests you might not be the "owner". Are you running as an
administrator? You can use the "security" tab to change the ownership.
--
- Tim Roberts,
Providenza & Boekelheide, Inc.