Link to home
Start Free TrialLog in
Avatar of Don-White
Don-WhiteFlag for United States of America

asked on

I get error code 0x80020009

I have tried to register gif89.dll.

The error code state loaded ok but the call to dllRegisterServer failed with error code  0x80020009.
I searched the Internet on that code, but nothing I tried work to correct this problem.

I even used the 64 bit structure which is syswoow64 folder.

How do I correct this problem?
Avatar of Craig Bowman
Craig Bowman
Flag of United States of America image

Avatar of Don-White

ASKER

Yes, I have and I did not find antthing that would solve this problem
I can not find what to edit.  Please provide more information.

I attached a file show part of the register.  What is the name I am edit?

Sorry but I did not see what to edit.
register.docx
I am still waiting on help.  I do not understand the editing of the registers.  Not enough information or I do not know how to find the exact place in the registers.

Please I need to register C:\Windows\System32\Regsvr32.exe C:\Windows\System32\Gif89.dll .

I get the error that it loaded but the call to DLLRegisterServer failed due to 0x80020009.

I never had this problem with XP.


Please help.  I need to correct this problem.

Are you using REGSVR32 to register the dll? Try the following...

Click START
ENTER CMD  When you see the CMD.exe icon appear right click on it; you'll see a context menu appear select "Run as Administrator"
When the command window opens enter:

REGSVR32 gif89.dll

Since you are now running in administrative mode you shouldn't have a permission issue with the registry.

hmm.. actually you'll enter:

REGSVR32 %systemdrive%\system32\gif89.dll
Too much coffee.... ;-)

REGSVR32 %windir%\system32\gif89.dll

I have tried this before and still get the same error.  In the attached I made a few errors also.

Gif89.dll is in system32.

I even tried it in the 64 bit folder (syswow64) and the same error.

What do I need to do now?
screen-prints.docx
The picture you posted doesn't indicate you are running the command window as administrator. You have to open it as administrator; please see the attached image for illustrative purposes.


AdminCmd.jpg
I am the Admin.  This is my home PC.

See the attached screen print
screen-prints.docx
screen-prints.docx
ASKER CERTIFIED SOLUTION
Avatar of gemarti
gemarti
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Many thanks.

Right people, the right answer

Don