cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Crystal Viewer Application causing IE Script Error Help

Former Member
0 Kudos

I am using the .NET Crystal Viewer Application developed in Visual Studio 2008 Pro. It is the VB Version to be exact. Reports are developed in Crystal Reports 2008.

I have some reports that require parameters. When I run the application there is a prompt that says "Enter Parameter Values" which I was expecting. This Parameter screen seems to be built in html and run with java script behind the scenes. The parameter window works fine on all machines with the full version of Crystal Reports 2008 installed.

When this same application is ran on machines with only the CRRuntime for 2008 installed this "Enter Parameter Values" screen causes an Inter Explorer Script error and never works.

I am wondering if there is any way to get the enter parameters screen to work properly on the machines with only the runtime installed. Any help is appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I was able to resolve this issue by comparing the DLL's that are used when executing the crystal viewer. The developer version of crystal reports 2008 has 12.0 dll's and the runtime was using 12.1 dll's.

This version mismatch was the cause of the script error for entering report parameters.