
COMDLG32.OCX registration error ?HELP!
I've seen this one before. Its a .dll conflict. Check that the version of
the comdlg32.ocx is the same one on the VB4 CD. If you have a later
version (such as the one that came with VBCCE 5) it will cause a problem,
as I found out. Unregister (using regsvr32 /u comdlg32.ocx) and delete the
file. Replace it with the one on the VB4 cd, and register it if need be
(regsvr32 /v comdlg32.ocx).
If things still aren't working check the .dll's on your install disks are
all of the same version number as the ones on the CD (I don't have the
list at hand to tell you which ones to check, so you'll have to do them
all). If you find any mismatches try creating the install disks again with
the versions off of the CD.
Hope this helps,
Chris