Crystal Reports Version 10

Posted on  by admin

Create a ASP.NET BIN folder in your application and copy these dll files in BIN folder crystaldecisions.crystalreports.engine.dll. Crystaldecisions.reportsource.dll crystaldecisions.shared.dll crystaldecisions.web.dll Now Compile and deploy your application to the production server, u won't get any errors and if you added that DLL all ready then add this code inside of web.config and you compile, i hope this one for you Hope it helps. Deploy a web application that uses crystal report basic 10.5 and hit below error when try to access to the application. 'Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.' This is because we dont have crystal report basic runtime installed in the server. Where do I get the basic (10.5) runtime?

It's on your machine: C: Program Files Microsoft SDKs Windows v6.0A Bootstrapper Packages CrystalReports105 My server is a 32 bit machine, so i install CRRedist2008x86.msi in the machine. I still can the same error? Wait, we need to restart the IIS to make it work. After restart the IIS, it's work perfectly. Or some times version problem the version for the runtime installed is 10.5.3700.0 which i get from my machine: C: Program Files Microsoft SDKs Windows v6.0A Bootstrapper Packages CrystalReports105.

Crystal Reports Version 10

Crystal Reports Version 10 Update

Do you have the new CR stuff installed on your computer where you are building the application? If so, it's probably referencing the assemblies in the GAC. You can try copying the assemblies you need into the project and setting the reference to point at the local copies, then on the reference set 'copy local' to true.

This will make sure it is referencing the local copies and not the ones in the GAC. If that doesn't work, I would try copying the prerequisite for the previous version of Crystal Reports from the VS2008 folder to the VS2010 folder. You will find the packages here: C: Program Files (x86) Microsoft SDKs Windows v6.0A Bootstrapper Packages (64-bit machine) C: Program Files Microsoft SDKs Windows v6.0A Bootstrapper Packages Then close and reopen Visual Studio, and the old prerequisite should show up in VS and allow you to select it.

Version

Crystal Report comes with its own SDK which can be used to programmatically create reports and interact with them at run time, if one desires do so. Crystal Reports can be us in either Windows or a web application. It can be stand alone or made available over the Internet.

Crystal reports version 11

Crystal Reports 10

These reports can be utilized in many different ways: application embedded reports; reports from web servers; as web services; and so forth. In VS 2005 you find two Crystal Report objects, the CrystalReportViewer and the ReportDocument as shown in the next picture. Folow these link for example- http://aspalliance.com/661CreateCrystalReportsontheFlyusingASPNET.all.