PDA

Click to See Complete Forum and Search --> : Error while Registering DLL


Suresh74
Feb 8th, 2001, 08:08 AM
I have this vb web application , which I wanted to deploy in one of our deployment servers.

I built a package(For support file) using package and deployment wizard, and ran the setup.exe on the deployment server .

Following is what happened
Error while registering dll
Error number 0x80004005
logs says "DllRegisterserver() returns failure"

Any suggestions on this will be helpfull
Thx in advance
Suresh

Bill Crawley
Feb 8th, 2001, 08:59 AM
this looks like a permissions failure to me. Have a go at manually registering the dll using regsvr32. If you already have a dll of the same name registered, then try unregistering it first using the command above with the /U option.

Suresh74
Feb 8th, 2001, 09:14 AM
No I did try regsvr32.dll manually, result was the same (error number 0x80004005).

Infact I tried this option, before creating the package

Is there any thing else any one can think of.

Thx in advance
Suresh

steveconner
Feb 13th, 2001, 09:41 AM
Make sure the correct version of ATL.DLL exists on the target system ?