fniles wrote:
> We can not register an ActiveX control on our Vista 32 bit machine.
> When we do regsvr32 c:\windows\system32\citcp.ocx (this is a 3rd party
> ActiveX control), we got an error: citcp.ocx was loaded but the call to
> DLLRegisterServer failed with error code 0x80040200. I can successfully
> register MSVBVM60.DLL and MFC42U.DLL. We login to the machine with a user
> who is the Administrator.
> I read somewhere that I need to turn off the "User Account Control" in
> Vista. How can I do that ?
> How can I fix this problem ?
Register the component from an elevated command prompt. Right click on the
icon for Command Prompt on the start menu and select Run as Administrator.
You will be prompted by UAC to approve the elevation. Once the command
prompt window is open, run your regsvr32 command from that window and it
should succeed.
--
Tom Porterfield
> We can not register an ActiveX control on our Vista 32 bit machine.
> When we do regsvr32 c:\windows\system32\citcp.ocx (this is a 3rd party
> ActiveX control), we got an error: citcp.ocx was loaded but the call to
> DLLRegisterServer failed with error code 0x80040200. I can successfully
> register MSVBVM60.DLL and MFC42U.DLL. We login to the machine with a user
> who is the Administrator.
> I read somewhere that I need to turn off the "User Account Control" in
> Vista. How can I do that ?
> How can I fix this problem ?
Register the component from an elevated command prompt. Right click on the
icon for Command Prompt on the start menu and select Run as Administrator.
You will be prompted by UAC to approve the elevation. Once the command
prompt window is open, run your regsvr32 command from that window and it
should succeed.
--
Tom Porterfield