I compiled my C ++ project under Visual Studio 2008 release mode. My development is OS Windows XP. The compilation works fine but when I try to register DLL on another machine, which is Windows 7, using regsvr32
, this error appears:
failed with error code 0x80070005
>
Any phone tells me what is wrong?
Did you try to search the internet even earlier? A quick search has resulted in many results, such as:
Error value '0x80070005' means 'Access denied'
This means that an attempt has been made to update that part of the registry that you do not have permission to update.
Check that you have local administration rights.
Comments
Post a Comment