how to deploy crystal report on client machine, in vb.net - vb.net

I am working on VB.net project with Crystal report.
My problem is that, on the client's machine Crystal report forms are failing with the following error;
Error-> "Either the crystal report registry key permissions are
insufficient,or the crystal reports run time is not installed
correctly"
Any idea how to solve the issue please?

you need to install crystal report viewer only to client PC, not the whole software just the viewer.
depends on client PC 64 bit or 32 bit, and the version has been developed with.

Related

Cant Deploy the Crystal Report Viewe Forms in Client Computers

I'm new to VB.Net and I'm trying to develop a desktop app using VB.Net 2019 and Crystal reports. I have few questions which i need some clarifications.
My project is is working fine in my development machine.(VB.Net , MS SQL , Crystal Reports). But when trying to deploy it to clients, I get some errors when trying to load reports. I have installed CR13SP27MSI32_0-10010309 in development pc and CR13SP27MSI32_0-10010309 for clients.
I Have inserted and designed the Crystal Reports inside Visual studio IDE. So, when loading reports crystal report viewer, I do not use a report path in the code. I just declare a new instance of the existing report. Is this correct or do i always have to show the physical path of the report source?
I tried to to create a setup project but It fails during the build. So, I copied the exe to a client machine and I get a error when trying to load a form with a Crystal Report Viewer. Is it because the required files are missing from the client PC?. Do i have to install both Visual studio and Crystal report in client computers?
Client machines don't need Crystal Designer. They need Crystal Runtime for .NET framework, which has separate installs (one for 32-bit and one for 64-bit).
Here is a good official resource: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Deploy vb Application Crystal Reports

I have a vb application that relies heavily on Crystal Report. The reports run fine while in development mode but once the executable is generated it doesnt open the reports anymore and raises an exception saying Load Report Failed ( with a bunch of CrystalDecision references that it can't find).
Development Environment:
Visual Studio 2017
Win10 64bit
Crystal Report (forVS and Runtime) 13.0.21
Target:
win7 on 32bit
.NET 4.5
Crystal Report Runtime 13.0.5
We tried including the Crystal references that might be causing the problem when publishing the project but that didnt resolve the problem.
Also, the project was initially developped in Microsoft Visual Studio 2012 with CR 13.0.5 and apparently at some point they did some additional dev in VS2017 and so had to migrate the reports to a supported version of CR.
Any suggestions would be highly appreciated.
Thanks!
You can't simply include the missing references for Crystal Reports. You need to install the Crystal Reports Redistributable (Runtime) for your version on the target system.

VB.NEt crystal reports does not display all data

good afternoon!
I created a system for windows that uses crystal reports and the reports on my computer work normally. I have installed the same system on another computer, crystal reports has trouble appending the data, the report has some data and some does not. Anyone know how to solve this, I suspect it's a problem with SAP Crystal Reports records.
I got it sorted out. The report was developed with version 13_0_15 and for the client computer version was installing 13_0_18. So there was incompatibility and it did not show all the data. To solve just installed the version similar to the development version.

Crystal Report unable to display

I am using Visual Studio 2010 asp.net and crystal report ver.13 for my project, everything work fine until i publish my project to Apache. Crystal report was not display although the other page works fine. Is it possible to run crystal report on APACHE which is configured using mod_aspdotnet
Help and advise is needed. Thank you
Have you installed the runtimes on your apache server?

problem with ReportViewer

I make a program using vb.net and the report I am using ReportViewer. but when i install the client computer that uses XP, the reports can not be accessed and the error message appears. please help
Probably you have to install the Report Viewer Redistributable on the client's computer.