ocx error

when im trying to open some project im getting the error-
CRYSTL32.OCX could not be loaded

i just instaled the vb6 and also crystl32.inf and im a quite new in this so what should i do? whats is wrong?
thanks in advanced

[237 byte] By [ppl1] at [2007-12-16]
# 1
That ocx is the Crystal Reports OCX.

You should install the Crystal reports SDK from yrou vb6 cd.

If it's installed, then do a file search, and run.. regsvr32 <ocx path>

and that will register the control for use.
Hope this helps,

Dustin.

Dustin_H at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
i have many dlls of crystalReport
so i need to register each one with regsvr32?
thanks
ppl1 at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
Well, i would say if you have more then one version, register the latest version.
And you don't have to register every ocx, only the ones you need. Register the first one, and try to run again. if it needs more, then register as you need them.
Dustin.
Dustin_H at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 4
i registered the crystl32.ocx but when im openning the project im getting the same error.
?
ppl1 at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 5
Then you may have a different problem. Try un-installing and re-installing the Crystal reports.
It can also be a version compatibility issue. Check to make sure you have the same version of the OCX installed.
Dustin_H at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 6
its working now!
thanks for the help :)
ppl1 at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...