problem about crystal-reports-2010-Collection of common programming errors


  • sa1986
    .net crystal-reports crystal-reports-2010
    We have a win-forms application which uses crystal report 13 to show reports. One of our clients is running the application on windows xp and is having some trouble with the report. Weirdly the title of report is showing as blank rectangles but the body of the report is displaying proper text. I have checked that the font is installed the correct runtime for crystal engine is being run(13.0) and the correct .net 4 full version is installed.Can any one please shed some light as to why this might

  • Dan Drews
    c# visual-studio-2010 c#-4.0 crystal-reports crystal-reports-2010
    Crystal report for visual studio 2010 (C#):I’ve installed the following files: Crystal Reports 2010 Support Pack 13.0.5 SAP Crystal Reports 13.0 for Visual Studio 2010 SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit)Add crystal report item and set information. But the report gives the following error:The picture is below:

  • Darf Zon
    sql-server sql-server-2008 crystal-reports crystal-reports-2008 crystal-reports-2010
    I was starting reading this tutorial to utilize crystal reportshttp://www.codeproject.com/Articles/142064/Step-by-Step-Creation-of-Crystal-Report-using-itsI’m facing this situation, in a stored procedure I have to set some parameters to get the query. So I supposed I need to set the dataSource in runtime, but I have no idea about how to send the stored procedure result to crystal reports and show it in runtime (because until I know, if you want to display something in it, you have to import it a

  • Tom S
    crystal-reports-2010 crystal-reports-server
    I get the following error on the build of a new application that uses Crystal Reports for VS 2010. On my desktop the reports run, moving to the server has resulted in the following.Could not load file or assembly ‘CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304’ or one of its dependencies. The system cannot find the file specified.I developed the reports on a 32 bit os and moved to 64 bit server. The runtime download and install w

  • frictionlesspulley
    crystal-reports-2010
    please describe How to add picture at run time in the crystal report using C#private void LoadImage(DataRow objDataRow, string strImageField, string FilePath) {FileStream fs = new FileStream(FilePath, System.IO.FileMode.Open, System.IO.FileAccess.Read); }

  • Rajesh Rolen- DotNet Developer
    .net wpf exception crystal-reports-2010
    I am getting below exception ‘the type initializer for ‘crystaldecisions.crystalreports.engine.reportdocument’ threw an exception. on client machine when we generating report.I am using VS 2010 (WPF), and CR 13.0.2000.0 version .one solution is we can install “CRRuntime_32bit_13_0.msi” on client machine but this is not a good approach because MSi’s size is 70MB.please suggest.

  • Cody Gray
    vb6 crystal-reports redistributable crystal-reports-2010
    Assuming target system has “Crystal Reports for Visual Studio 2008”, how can I distribute a VB 6 application excutable along with report file? Just moving the executable and report file doesn’t work. I want to know how to create a redistributable package. We use CR10.

  • HamidReza Mollaebrahimi
    c# visual-studio-2010 c#-4.0 crystal-reports crystal-reports-2010
    Operation system: Windows7 64bitVisual studio 2010 (C#): Properties of in Solution Explorer: Target framework: .NET Framework 4My Code:ReportDocument rd = new ReportDocument();//Line1 rd.FileName = “rpt1.rpt”;//Line2 rd.SetDataSource(getinfo());//Line3 crystalReportViewer1.ReportSource = rd;//Line4 crystalReportViewer1.Show();//Line5Error in line 3: Error load file (file is exists): Picture of error: http://s2.picofile.com/file/7873257090/SetDataSource.png

  • ondro tadanai
    c# visual-studio-2010 visual-studio crystal-reports crystal-reports-2010
    When i try to run program (VS2010, .net4.0 full profile) that use Crystal reports 2010 in another computer from my develop machine, i get this error:Mixed mode assembly is built against version ‘v2.0.50727’ of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.I try to google how to solve the problem, but editing config.app didnt work. My config.app:<?xml version=”1.0″?> <configuration><configSections></configSections><conn

  • JYOTIRMOY SAMANTA
    asp.net visual-studio-2010 crystal-reports crystal-reports-2010
    Hey everybody I am facing this error with crystal reportServer Error in ‘/’ Application.Invalid file name.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: Invalid file name.Source Error: An unhandled exception was generated during the execution of the current web request. Information re

  • Kulmi Rajmal
    crystal-reports-2010
    I’m using vs2010 and crystal report version 13.0.2000.0 ,system 64bit crystal report runtime 64bit. my application is running fine on development machine but when i’m deploying on server getting this errorCould not load file or assembly ‘log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304’ or one of its dependencies. The system cannot find the file specified. Description: An unhandled exception occurred during the execution of the current web request. Please review the s

  • Sukhi
    visual-studio-2010 crystal-reports-2010
    I have installed SAP crystal report for VS2010.Now when I tried to generate report through reportviewer control on .aspx page I got following error:Microsoft JScript runtime error: Unable to get value of the property ‘notifyScriptLoaded’: object is null or undefined Then I found one link on nethttp://forums.asp.net/t/1586772.aspxand tried to resolve this problem according to this link but when i tried to save crv.js file according to this link an alert pop-up display message:Please check whether

  • mahesh
    c# .net visual-studio-2010 crystal-reports-2010
    I have created c# windows application using Visual Studio 2010 which uses crystal reports. Now as I googled a lot to embeded crytal report package with my installer setup which is also mentioned in Adding crystal report package to setup. But I decided that I will install the crystal report package manually after installing my windows application on client machine. Doing so gives me the error while installing could not load one or more assemblyThen I first installed the crystal Report package a

Web site is in building