Results 1 to 9 of 9

Thread: [RESOLVED] Error while unregistering a DLL

  1. #1

    Thread Starter
    Addicted Member SidCMC's Avatar
    Join Date
    Jan 2008
    Location
    Mumbai, India
    Posts
    166

    Resolved [RESOLVED] Error while unregistering a DLL

    Hello Friends,
    I am trying to unregister a DLL
    using following command :-
    regsvr32 /u "DLLName.dll"
    It gives me the error "could not load DLLName.dll"
    Why does this happen? Can anyone help please?
    Regards,
    Siddharth.
    Last edited by Hack; May 20th, 2008 at 11:30 AM. Reason: Added RESOLVED to thread title and green resolve checkmark
    THE BEST WAY TO THANK A HELPFUL POST IS TO RATE IT!!!!
    Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Error while unregistering a DLL

    You need to give the FULL PATH to the DLL.

    -tg

    EDIT - HINT: If you open a file browser, drill down into the folder where the dll is, then in the Run menu, type "regsvr32 /u " (note the space after the U) ... then drag the dll into the Run menu after your /u and drop it.... it will put the full path and file name in there automatically (so youdon't have to type it all out).
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Addicted Member SidCMC's Avatar
    Join Date
    Jan 2008
    Location
    Mumbai, India
    Posts
    166

    Re: Error while unregistering a DLL

    Yes, but I go to the command prompt and then into the path of
    the DLL file. Then, I unregister the DLL. The path is complete , but the error is still the same. What to do?
    Regards,
    Sid.
    THE BEST WAY TO THANK A HELPFUL POST IS TO RATE IT!!!!
    Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Error while unregistering a DLL

    Did you try techgnome's suggestion?

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Error while unregistering a DLL

    Is that all there is in the error message? Was there anything else in the error message?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Error while unregistering a DLL

    Are you putting the name in quotes like you did in your sample? If so that is your problem or at least one of them...

  7. #7
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Error while unregistering a DLL

    Was it possible that this DLL:
    (1) Can be registered/un-registered as not all can
    (2) Was registered in the 1st place
    (3) Was copied and registered in 1 directory, but later moved to another directory?

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Error while unregistering a DLL

    It would help to have the dll name also...

  9. #9

    Thread Starter
    Addicted Member SidCMC's Avatar
    Join Date
    Jan 2008
    Location
    Mumbai, India
    Posts
    166

    Re: Error while unregistering a DLL

    Hi all,
    Thank you so much,
    Actually the problem was that there needed to be a Resources/1033 folder
    which contained some .rll files. I just put that folder and the DLL got unregistered successfully. Thank you so much for posting replies. Sorry I didnt mark the thread closed yesterday.
    Regards,
    Siddharth.
    THE BEST WAY TO THANK A HELPFUL POST IS TO RATE IT!!!!
    Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone.

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