Error 0x80070005 at regsvr32
27.08.2008 Среда 16:18
Trying to register a COM dll in Vista Buisness SP1 with the following command:
regsvr32 [name of the dll]
I got the following error:
The module "[name of the dll]" was loaded but the call to DllRegisterServer failed with error code 0x80070005.
Resultion: Start command line in "Run as administrator" mode before issuing this command.
11.01.2009 Воскресенье 02:45
or disable UAC (User Account Control), правда не рекомендуется :)
27.01.2009 Вторник 12:47
> or disable UAC (User Account Control), правда не рекомендуется :)
Не уверен, что это поможет. Собственно, меня ошибка, описанная выше, возникала при отключенном UAC.