Results 1 to 4 of 4

Thread: Error while Registering DLL

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    UK
    Posts
    2
    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

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    UK
    Posts
    2
    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

  4. #4
    New Member
    Join Date
    Feb 2001
    Location
    Kent
    Posts
    3
    Make sure the correct version of ATL.DLL exists on the target system ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width