Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > regsvr32 error says "file not found" on Win2003 Server

Reply
Thread Tools Display Modes

regsvr32 error says "file not found" on Win2003 Server

 
 
Jerry
Guest
Posts: n/a

 
      09-26-2003
Hello all,
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
________________

We are running Win2003 Server Web edition and when I do this I get the error
message:

LoadLibrary("c:\Windows\system32\filefunctions.dll ") 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??

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. I copied it over from the server that is currently in use and I am
trying to get the new server ready to replace the old server.

Last important thing is that when I looked at the Properties panel just now
I saw the following comment:

COM object for providing filefunctions to ASP. So it appears that this
could be part of a COM+ package as indicated in the answer I received in the
forum.

I'm the ColdFusion guy - not a windows developer but I have not been able to
resolve this.

Thanks in advance, Jerry


 
Reply With Quote
 
 
 
 
lallous
Guest
Posts: n/a

 
      09-27-2003
Hi Jerry,

You might get this error if some of the dlls needed by your DLL are missing.
Try using "Depends" tool to check what other DLLs are needed by this dll.

--
Elias
http://lgwm.org/

"Jerry" <> wrote in message
news:...
> Hello all,
> 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
> ________________
>
> We are running Win2003 Server Web edition and when I do this I get the

error
> message:
>
> LoadLibrary("c:\Windows\system32\filefunctions.dll ") 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??
>
> 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. I copied it over from the server that is currently in use and I am
> trying to get the new server ready to replace the old server.
>
> Last important thing is that when I looked at the Properties panel just

now
> I saw the following comment:
>
> COM object for providing filefunctions to ASP. So it appears that this
> could be part of a COM+ package as indicated in the answer I received in

the
> forum.
>
> I'm the ColdFusion guy - not a windows developer but I have not been able

to
> resolve this.
>
> Thanks in advance, Jerry
>
>



 
Reply With Quote
 
Tim Roberts
Guest
Posts: n/a

 
      09-28-2003
"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.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Extensible Authentication Protocol" service gives "The system cannot find the file specified" error Samuel Neff Windows Vista Networking 0 02-25-2009 03:14 AM
full back up systems - not working, saying "File not found" kaywilliams Windows Vista Mail 3 11-12-2008 10:20 PM
Error: "The Server Could Not be Found" using Web Mail THE RAZI Windows Vista Mail 15 10-04-2008 11:40 AM
DMX Xfire 1024 - "File Not Found" error during driver install Nathan Windows Vista Hardware 1 06-20-2006 10:01 AM
DMX Xfire 1024 Sound Card - get a "file not found" error Nathan Windows Vista Hardware 0 06-14-2006 09:34 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59