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" <(E-Mail Removed)> wrote in message
news:1498201c3f960$4e47c990$(E-Mail Removed)...
> 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
> (E-Mail Removed)
>