Hello,
I developed asp.net application,created the report in designer and added it to the .net project. And am useing asp page to fire the crystal report(Crystal Report version 11). For deployment i used copy project from the vs.net ide.
I then moved the contents to the production server. I knew the problem with the viewer would happen so i installed crystal reports on the production server and it works fine on there.
But if i try to view a report from some other computer where crystal report is not installed i get a blank grey screen. Can anyone tell me what needs to be done so that the report is rendered correctly from the server to the client computers when the report is requested.
Thanks