I have created a window application in vs 2010,framework 4.0. using C#.
My PC is window X P, 32 bit. I have use 4-5 crystal reports in the project.
All reports are working fine when i run the program locally means in debugging mode. But when I install the setup project, crystal report stop working. It doesn't showing any
error but It hangs the whole system.
I have searched in Google a lot but not got any specific solution.
I had installed crystal report run time version, yet its not working. What should i do now?
have you installed Crystal reports on server where you are deploying your application?
i would suggest install this package on deployment server CR Redistributable package CRRedist2008
i hope this will solve your issue and also have a look at this post hope this will your help too http://www.actualinstaller.com/help/crystal-reports.html
Related
i have created a project written c# using visual studio 2010 with crystal report.
Now my question is it is gonna work on other PC or do i need to install visual studio also and crystal report.
PS
i'm just gonna copy the project file and open the app in bin folder.
Thank you hope you all understand me.
You need to install the SAP Crystal Reports Runtime Engine (32 bit or 64 bit, depending on what version your app is targeting). You get that install from: https://www.crystalreports.com/crystal-reports-visual-studio/
hth,
- Ido
I have a .NET windows forms application that uses crystal reports 13, I want to package the application with Installshield LE, however I cannot find the crystal reports merge modules neither on SAP's website or anywhere else.
Not too hard to google for really, https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
Found in about 2 minutes.
OK after giving up I downloaded the latest version of CR and the merge modules, I had to recreate the reports however to solve multiple dependency errors but it worked eventually.
I have a project which has a crystal report which is been displayed on a winform. It runs perfectly on the project on Debug mood but once I create setup the crystal report area is totally not working and showing an error.
I'm using Crystal report 13 for Visual Studio 2013
After the error the system get close
Error Message
For your Crystal Reports Viewer to work on a target machine, you need to deploy the CrystalReports runtime with your installation.
For an overview what you need for which Version of CR have a look at this site:
Runtime Distributionand Supported Operating Systems
For the your version if you mean CR 2010 with "version 13.0" you need one of the runtimes from this site: http://scn.sap.com/docs/DOC-7824
EDIT
The "Solution" from my last comment should just show you what you could try.
Install the right runtime (see links above)
If your app is compiled as 32Bit you need the 32Bit runtime even on a 64 bit system
Add the runtime policy shown in the solution to your app.config
If you use an obfuscator you shouldnt encrypt strings
upgrade your crystal reports Libs to the latest servicepack
I want to use crystal reports for my windows forms application
I installed the msi file from official site
It was installed successfully and When i want to add new item the Crystal reports option is displayed but when it is loaded it shows me a link to download the crystal reports inside the VS2010 .
I have changed the.NET Profile to .NET profile from client version
But still no luck !
Thank you for help !
Any Msi file is not sufficient for Crystal Reports for Visual Studio ,An executable file is also needed for it load in the VS10
I didnot install the Exe file but the MSI file
Silly one !
I have been trying to get around this error for a day now and have not had much luck. I have a VS 2008 project that uses the embedded Crystal Reports which of course runs fine locally, but when deploying to my remote server the reports will no longer run.
I gathered that it was because I didn't have the right Crystal Reports components installed on my server. So I attempted to add the dll files into my project directly which did work to resolve some of my errors but their is still a missing reference.
The missing reference is on the 'CrystalDecsions.ReportAppServer.ClientDoc' which is located in my GAC.
Is there anyway to get around this problem OTHER THAN installing the msi file on the server?
I had a similar problem with 2005 a while ago, the only way I was about to get around the problem was to install the crystal reports redistributable on the server. Is there any reason that you're hesitant to install an MSI on your server?