i have a visual studio project in c#, wich has reports in crystal reports, i can view the crystal reports from my system afcourse, as i have the whole visual studio and all installed on my computer, but i cant view it on my clients computer, because
i havent installed everything on his computer, and i am not even planning on doing it, any how i installed crystal report runtime and dot net 4 on his computer, but it still doesnt open, what could the problem be? any DLLs that i am missing, i heard about
MSM files, merge modules, but now i dont know on how to add them to my project
The followings are the things you need to do to configure Crystal Report
1. You need to install the right Crystal Report runtime and it needs to match the Crystal Report version used on your code 2. The READ and WRITE user permission are assigned to your CR folder 3. The right permissions are assigned to your application pool. You need to allow LOCAL SERVICE to work on the application pool 4. The Read and Write permission must be assigned to C:\Windows\Temp
If you still have problems, you can consider hosting your crystal report with asphostcentral.com.
Please mark this response as an "answer" if it helps you. Thanks heaps!
Jameela Kapa...
0 Points
5 Posts
view crystal report from my application
Jan 16, 2013 06:33 AM|LINK
i have a visual studio project in c#, wich has reports in crystal reports, i can view the crystal reports from my system afcourse, as i have the whole visual studio and all installed on my computer, but i cant view it on my clients computer, because i havent installed everything on his computer, and i am not even planning on doing it, any how i installed crystal report runtime and dot net 4 on his computer, but it still doesnt open, what could the problem be? any DLLs that i am missing, i heard about MSM files, merge modules, but now i dont know on how to add them to my project
necro_mancer
Star
8089 Points
1590 Posts
Re: view crystal report from my application
Jan 16, 2013 08:14 AM|LINK
hi jameela,
The followings are the things you need to do to configure Crystal Report
1. You need to install the right Crystal Report runtime and it needs to match the Crystal Report version used on your code
2. The READ and WRITE user permission are assigned to your CR folder
3. The right permissions are assigned to your application pool. You need to allow LOCAL SERVICE to work on the application pool
4. The Read and Write permission must be assigned to C:\Windows\Temp
If you still have problems, you can consider hosting your crystal report with asphostcentral.com.
Please mark this response as an "answer" if it helps you. Thanks heaps!
Professional SQL 2008 R2 Service
Jameela Kapa...
0 Points
5 Posts
Re: view crystal report from my application
Jan 22, 2013 04:57 AM|LINK
i tried that, looks like that isnt the problem,
is there anything we have to do during the building of the project
or in the properties of the crystal reports (in built action, what should the property for crystal report build action be?)
any changes in the solution