05-25-2006 02:49 PM
05-26-2006 04:38 PM
05-30-2006 07:02 AM
05-31-2006 06:53 PM
06-01-2006 07:25 AM
Hi Paul
I tried copying the ocx file frm my working machine to the client..still its giving me the same error. I tried opening the broswer on another machine and it works fine. I even checked the internet options on both the machines and it looks the same.
Sala
06-02-2006 11:43 AM
06-02-2006 05:31 PM
Sala,
I did some investigation, another thing we can check on is the hypertrend.dll which is located in the system32 folder as well. Check the versions on this versus your development machine, and if it's not the same, back it up on the client and copy from development.
03-23-2011 12:45 PM - edited 03-23-2011 12:48 PM
If you're on a 64-bit OS, OCX files must be in the folder: %windir% \ SysWOW64
and not in %windir% \ System32 (only for 32 bits OS)
>> %windir% is the environment variable that defines the Windows folder! (eg: C:\Windows)
French version:
Si tu es sur un OS en 64 bits, les fichiers .ocx doivent se trouver dans le dossier : %windir%\SysWOW64\
et non pas dans %windir%\System32
>> %windir% étant bien sur la variable d'environnement qui défini le dossier de Windows ! (par ex: C:\Windows)