Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 865
Product
All Products
Version
none
Title
Error accessing OLE registry: 8002801c
Problem
When registering a DLL, you get the following error: DllRegisterServer in COM failed. Return code was: 0x8002801c
Solution
  1. Make sure that you are logged into the computer as local Administrator, or are part of the local Administrator group.
  2. To identify which registry key is causing the problem use Regmon (a freeware tool published by SysInternals). Use Regmon to capture all registry access when regsvr32 is run. If an ‘OpenKey’ request fails with ‘Access Denied’ (which is listed by Regmon as ‘ACCDENIED’) then run regedt32 and check the permissions on that registry key. If necessary change the permissions on the key to grant local Administrators ‘Full Control’.
  3. Finally, try registering the COM object again.
Created : 5/28/2004 2:01:08 PM (last modified : 5/28/2004 2:01:07 PM)
Rate this article!
 
Comments