I compiled my C++ project under release mode in Visual Studio 2008. My development OS is Windows XP. The compilation works fine. But when I try to register the Dll using regsvr32 on another machine, which is a Windows 7, this error appear:
dllunregisterserver failed with error code 0x80070005
Anyone call tell me what is wrong?
Did you even try searching on the Internet first? A quick search brought up several results, such as this one: