Click to See Complete Forum and Search --> : [RESOLVED] Error while unregistering a DLL
SidCMC
May 13th, 2008, 06:54 AM
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.:confused:
techgnome
May 13th, 2008, 07:31 AM
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).
SidCMC
May 13th, 2008, 07:57 AM
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.
Hack
May 13th, 2008, 08:00 AM
Did you try techgnome's suggestion?
techgnome
May 13th, 2008, 11:53 AM
Is that all there is in the error message? Was there anything else in the error message?
-tg
randem
May 14th, 2008, 06:55 AM
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...
alex_read
May 20th, 2008, 02:39 AM
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?
randem
May 20th, 2008, 02:42 AM
It would help to have the dll name also...
SidCMC
May 20th, 2008, 02:50 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.