I had finally got my frigging reports to open fine in my vb application. It took some time to get it to work for win 2k finding the right dll's and ocx files. Now I try to open a report from my app in windows xp and I get the following error:
ActiveX could not create the object
What the heck is all that about. I have also posted my INNO portion of the files I use for crystal reports. The INNO shows the required dll's. Can someone tell me if I am missing one or there is a mistake or an add on for windows XP with crystal.
I noticed something quite odd....
while installing my file on win2k all is well...goes right through the inno installation and registers the files at the end.
For windows XP when I do an install it just sits there at the end while registering the files. The hourglass remains on and it just sits there...seems like it is having problems registering the files.
Does anyone have a list of all the required DLL's and OCX's for XP or BETTER yet there INNO script that uses these files.
Im not sure what files need to be registered and what dont...seems like XP is trying to register something that it cant....
Source: C:\Documents and Settings\jhermiz\Desktop\SPI\CrystallInstallationFilesForSPI\CRFiles\craxdrt9.dll; DestDir: {cf}\Crystal Decisions\2.0\bin\; Flags: uninsneveruninstall sharedfile
Now the installation went through, BUT I still need to register this file. Does anyone know why XP wont register this file? I have to register it because when I try to run a report from my app, it says that the ActiveX object could not be created.
Somehow I think its refering to this file craxdrt9.dll
Thank u!
But i think that cann't resolve my problem!
I know what dll files i need to distrabitued and what key i should
write to register ,
but my problem is:
HOW to register craxdrt9.dll in Windows XP ?
by regsvr32.exe ? it has no response if you do that.
Originally posted by lfwolf Thank u!
But i think that cann't resolve my problem!
I know what dll files i need to distrabitued and what key i should
write to register ,
but my problem is:
HOW to register craxdrt9.dll in Windows XP ?
by regsvr32.exe ? it has no response if you do that.
Worked for me in windows XP and Crystal 9.0.
I just moved it in my inno script to one of the last crystal files.
For anyone who's interested I was having the same problem of regsvr32 craxdrt9.dll not responding and resolved this by registering the crystal file keycode.dll THEN registering craxdrt9.dll. All was sweet.
For anyone who's interested I was having the same problem of regsvr32 craxdrt9.dll not responding and resolved this by registering the crystal file keycode.dll THEN registering craxdrt9.dll. All was sweet.