Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Getting message“ .dll was loaded, but the DllRegisterServer entry point was not found”...
can anyone help me to find the solution of the above ??
step by step ... like ..
step 1 : a
step 2 : b
step 3 : c
....so on..
Anyway, a big thanks in advance to my GURU/s who can help me to get my answer..
thanks to all of u...

What I have tried:

after copying and pasting myTest.dll(an example) to system32 ,
in command mode, i tried the following...

C:\Windows\system32>regsvr32 myTest.dll

...but Getting message“ .dll was loaded, but the DllRegisterServer entry point was not found”...
Posted
Updated 18-Apr-16 3:54am
Comments
Sergey Alexandrovich Kryukov 18-Apr-16 9:47am    
Isn't the error message obvious? Your problem is not registration of a DLL, your problem is that DLL. You cannot register what cannot be registered. It just shouldn't be.
—SA
F-ES Sitecore 18-Apr-16 10:14am    
Where did this dll come from?

1 solution

Please see my comment to the question. The thing is: the question, as formulated, simply makes no sense.

I'm not sure you are aware of purpose of regsvr32. It registers or unregisters ActiveX control or other COM components in system registry:
regsvr32[^],
Regsvr32[^],
https://support.microsoft.com/en-us/kb/207132[^].

So, first question would be: do you really want to create a system-wide control or COM component to be registered and why? I, for example, would not do it at all. But if you really have reason to do that, the second question would be: why you don't develop such component and instead try to register… who knows what…

—SA
 
Share this answer
 
Comments
Member 12468000 18-Apr-16 10:14am    
sir Sergey Alexandrovich Kryukov,
i m grateful to u. the real problem is.. i have made a standalone software(having print button) in vb6 using datareport and ms-access database. it(.exe) works fine in my win7 desktop. but in another xp desktop , while running .exe of it and clicking print button,show run-time error '713' (Application-defined or object-defined error).
it makes me puzzled ,and to find solution of it .. i hv googled and get answer like below..
"register some specific .dll files"

but i can't ...

so sir , now i m totally dependent to u .. pls advise me what to do ??
thankfully yours...
Sergey Alexandrovich Kryukov 18-Apr-16 10:25am    
My first advice is: stop using VB6. This is a product which never existed, because I cannot call such trash a "product". Most people say it's obsolete, but it actually much worse. Don't torture yourself. Don't waste your time. Don't do COM. And please, don't be dependent on some people. Decide everything by yourself. First, decide what you want to use, depending on your requirements. Learn it, try it out. VB.NET might be the most comfortable for you, but you may consider something else...
—SA
Member 12468000 18-Apr-16 13:26pm    
thank u sir...
Sergey Alexandrovich Kryukov 18-Apr-16 13:48pm    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900