Regsrv32 problem

G

Guest

Hi

I am trying to register a dll file which i have copied to system32 folder, when i try to register it gives the error saying

"C:\WINDOWS\SYSTEM32\implode.dll was loaded, but the DllRegisterServer entry point was not found. The file cannot be registered.

Please some one help me on this issue
 
R

Ramesh [MVP]

Vinod,

This simply means that the DLL is not registerable (does not have an DllRegisterServer entry point within-in it). Not all DLLs are registerable, though there may be several other functions within that DLL.

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k


Hi

I am trying to register a dll file which i have copied to system32 folder, when i try to register it gives the error saying

"C:\WINDOWS\SYSTEM32\implode.dll was loaded, but the DllRegisterServer entry point was not found. The file cannot be registered."

Please some one help me on this issue
 
G

Guest

Thank you Rames

But i want to know is there any possibilities to regieter that dl

and i have installed cristal reports 7 on windows xp will this give any problem registering that dl

Thank yo

Vinod
 
A

Alex Nichol

Vinod said:
I am trying to register a dll file which i have copied to system32 folder, when i try to register it gives the error saying

"C:\WINDOWS\SYSTEM32\implode.dll was loaded, but the DllRegisterServer entry point was not found. The file cannot be registered."

Please some one help me on this issue

That dll does not have the self-registration information included in it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top