They are my own dlls which is written in VB. Forget to mention that the
problem only occurs in one Windows XP SP2 machine.
I can think of 2 possible reasons for the error:
1. Dependency issue
If this is the reason, how can I troubleshoot it?
2. Access Permission
I already tried as local administrator and domain adminstrator. I have
also checked the permission for the main levels of registry.
"Devil_Himself" wrote:
> 0x80004005 --> Access Denied
>
> Which Dll are you Tring to regsiter
>
> "Peter" wrote:
>
> > I'm trying to register a dll using regsvr32 on a Windows XP SP2 machine and
> > is getting the error 0x80004005. Does it mean access problem or dll
> > dependency problem? Is it possible that regsvr32 will fail to register some
> > dlls due to access permission but at the same time it can register other dlls?