Reputation: 2780
I have developed a crystal reports based ASP.Net application. I have designed a crystal report. It works fine on development machine but when i deploy it on IIS or on another computer, page settings and design got changed. Now the report is not printing properly as what i designed and expected to see. Report is not displaying properly.
I also selected the "No Printer" option in print setup on Crystal Report but problem is still the same.
Please check attached screen print for![enter image description here][1] the issue.
Following is the issue on IIS and computers other then development computer.![enter image description here][2]
![enter image description here][2]
Upvotes: 0
Views: 1534
Reputation: 336
It's not version. In order to solve this problem, check no printer in printer settings
Upvotes: 1
Reputation: 2750
Have you followed these steps yet?
1) Copy the aspnet_client folder in the wwwroot directory.
2) Go to the C\inetpub\wwwroot folder on any machine that has either/or crystal report runtime engine installations.
3) Paste the aspnet_client folder into the website directory folder. I assume this would work with a web application that was created from a virtual directory as well, just paste it into the virtual directory.
Upvotes: 0