Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I got following error while registering crystal32 ocx in my window8 64 bit PC "Crystal32.ocx may not compatible with this version of windows that you're running in windows 8 64 bit"

screen shot https://drive.google.com/file/d/0BwvZ-dYfJLJsZ2JvcDI3V1djdUk/edit?usp=sharing
Posted

When you register the ocx make sure you are using the correct version of regsvr32.exe

Crystal32.ocx is a 32-bit component so to register it try the following...

1. Open a CMD window using an account that has administrator rights (or right-click on cmd.exe in the start menu and choose "Run as Administrator"

2. In the cmd window type
cd \Windows\SysWOW64
and hit enter.

3. At the prompt type
regsvr32 c:\yourpath\crystal32.ocx
and hit enter. Replace "yourpath" with the path to the component you are trying to register.

If you don't navigate to sysWOW54 first you will pick up the version of regsvr32.exe in c:\Windows\System32 which is the 64-bit version (!)
 
Share this answer
 
Thank u for your solutions..But i already done this but no effect.. I register ocx from system32 and also from syswow64 regsvr32 but it's gives same error..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900