PC Review Forums Newsgroups Windows XP Windows XP Embedded Registering a DLL file on windows 2003 server

Reply

Registering a DLL file on windows 2003 server

 
Thread Tools Rate Thread
Old 22-02-2004, 05:24 PM   #1
Khaled
Guest
 
Posts: n/a
Default Registering a DLL file on windows 2003 server


I have Windows 2003 server and I am trying to register a
DLL file using the following command:
regsvr32 C:\WINDOWS\SYSTEM32\file_name.dll
but I keep receiving message saying that:
LoadLibrary("C:\WINDOWS\SYSTEM32\file_name.dll") failed -
The specified module could not be found.
and the file which I am trying to register is under
system32 directory.

Any Suggestions?

Thanks in Advance,
Khaled
Khhafez@yahoo.com

  Reply With Quote
Old 22-02-2004, 06:06 PM   #2
Slobodan Brcin \(eMVP\)
Guest
 
Posts: n/a
Default Re: Registering a DLL file on windows 2003 server

Try calling regsvr32 from system32 directory.

C:\WINDOWS\SYSTEM32>regsvr32 file_name.dll

Also use dependency walker to see if this dll can work on your windows.
(some missing dll file)

And in future you should ask this kind of questions in windowsxp.general
news group this one is for Windows XP Embedded.

Regards,
Slobodan

"Khaled" <anonymous@discussions.microsoft.com> wrote in message
news:1498201c3f960$4e47c990$a401280a@phx.gbl...
> I have Windows 2003 server and I am trying to register a
> DLL file using the following command:
> regsvr32 C:\WINDOWS\SYSTEM32\file_name.dll
> but I keep receiving message saying that:
> LoadLibrary("C:\WINDOWS\SYSTEM32\file_name.dll") failed -
> The specified module could not be found.
> and the file which I am trying to register is under
> system32 directory.
>
> Any Suggestions?
>
> Thanks in Advance,
> Khaled
> Khhafez@yahoo.com
>



  Reply With Quote
Old 23-02-2004, 05:21 AM   #3
=?Utf-8?B?S2hhbGVk?=
Guest
 
Posts: n/a
Default Re: Registering a DLL file on windows 2003 server

Thank you for your help

I tried what you said it did not work
This file is working fine on windows XP professional

Where I can find the windowsxp.general news grou

Thank you agai

  Reply With Quote
Old 23-02-2004, 01:47 PM   #4
Slobodan Brcin \(eMVP\)
Guest
 
Posts: n/a
Default Re: Registering a DLL file on windows 2003 server

microsoft.public.windowsxp.general

Or if you created this file then some programming NG would be more
appropriate, since there might be something wrong with dll.

Regards,
Slobodan

"Khaled" <anonymous@discussions.microsoft.com> wrote in message
news:219B606D-7D82-4CDF-A544-4D43D91761DB@microsoft.com...
> Thank you for your help,
>
> I tried what you said it did not work,
> This file is working fine on windows XP professional,
>
> Where I can find the windowsxp.general news group
>
> Thank you again
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off