Report Problem
-
Hi, I have created Installer Patch using "Setup and Deployment" option. everything is working except Reports. I think Crystal Reports services files are not including when I create Installer patch. so thats why my reports are not working. Is there any method to add Crystal Reports Services/Runtime files etc? Kindly help me. Thank you
-
Hi, I have created Installer Patch using "Setup and Deployment" option. everything is working except Reports. I think Crystal Reports services files are not including when I create Installer patch. so thats why my reports are not working. Is there any method to add Crystal Reports Services/Runtime files etc? Kindly help me. Thank you
Hi Riaz If you create setup and deployment wizard(windows form), the crystal report is an 3rd party tool, so that necessary dependancy files are to be need to run crystal report in client machine. for this reason, their is a option in crystal report to create distribution package to your .rpt files.it convert .rpt to .exe files, this will create setup files containing all your .rpt files to .exe file. You may instal this distribution package into client machine, it makes ur client mechine have necessary dependancy files. Regards Arunkumar Sundaravelu
-
Hi Riaz If you create setup and deployment wizard(windows form), the crystal report is an 3rd party tool, so that necessary dependancy files are to be need to run crystal report in client machine. for this reason, their is a option in crystal report to create distribution package to your .rpt files.it convert .rpt to .exe files, this will create setup files containing all your .rpt files to .exe file. You may instal this distribution package into client machine, it makes ur client mechine have necessary dependancy files. Regards Arunkumar Sundaravelu
Hi, Mr Arunkumar Sundaravelu I was too embarrassed to solve this problem. Thanks for your reply. now i am trying. Thank you