vote up 1 vote down star

Windows 7 + IE8 + Crystal Report 11 Report + web viewer ActiveX will not install. ActiveX prompt appears, the UAC is approved to install, the page then refreshes and the process starts over 4 times until I get an a script warning.

Has anyone else come across this issue or a possible solution?

flag

3 Answers

vote up 0 vote down check

A workaround is to download the ActiveXViewer.cab file, extract the contents to a folder in C:\ on the machine used to view the reports and register the DLLs manually.

The URL for the cabinet file for Crystal 11 (XI Release 1) looks something like this: http://yourwebsitewherecrystalisinstalled/crystalreportviewers11/ActiveXControls/ActiveXViewer.cab

Once you have extacted the contents to a folder on your hard drive, register the DLLs. You only need to register the DLLs that are not provided by the OS. For Crystal 11 (XI Release 1) the commands to register the DLLs are:

REGSVR32 /S CRVIEWER.DLL

REGSVR32 /S REPORTPARAMETERDIALOG.DLL

REGSVR32 /S SVIEWHLP.DLL

REGSVR32 /S SWEBRS.DLL

link|flag
vote up 0 vote down

worked great - thanks

link|flag
vote up 0 vote down

I don't get the script warning you are getting. It appears as if it is installing the ActiveX control properly, but it doesn't and a red X appears where the ActiveX control should be. I haven't found any solution yet.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.