Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll registration error

Status
Not open for further replies.

Trusts

Programmer
Feb 23, 2005
268
US
Hi all,

trying to register a couple of dlls for an ASP 1.1 project. I am using this from the Run feature:

regsvr32 "C:\Transfers\Maintenance.dll"

..and I get this error...


C:\Transfers\Maintenance.dll was loaded, but the DllRegisterServer entry point was not found. The file can not be registered.


Anyone have advice or knowledge what I can do here??

Thanks,
KB
 
In my experience, that means that the dll is an API type dll rather than a COM type dll, and therefore can't be registered. Why are you trying to register them?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top