Crystal Reports :: VS 2010 On Development Machine Can't Find Folder Containing The Required Files?
Jul 7, 2010
When I attempt to test my new report on my workstation in Visual Studio 2010 running the beta Crystal Reports for 2010 it can not find the folder containing the required files.
Is there a way to force it to find them so I can debug the code calling the report?
I have a field in my dataset with type nvarchar(1000). when I link it to crystal reports, it converts it to a field of type string with length set to 100. As a result of that, the string in that field is being truncated on the report. How can I increase the string length to 1000? (I already checked the "Can grow" option).
I have created a crystal report application using VS 2005 on my Dev machine, it worked correctly.On another machine where VS 2005 is also installed, it is not working.
It's Microsoft SqlServer 2005 and Microsoft Visual Studio 2005. Is IIS required on my machine in order for BIDS to be installed? I just manually uninstalled SqlServer 2005 and reinstalled and still cannot see BIDS in Visual Studio Is there anything I should check or what components are needed to install BIDS?
if ({lms.seq} = 1) then {lms.des} else if Not ISNULL({lms.des}) then {lms.itmchk};
When I run the above statement i get a error "A String is required here" near the second If statement. What I want is decribed below.I have a three fields i.e seq,des,itmchk
if "seq = 1" display "des" if "des" is not empty display "itmchk". "itmchk" will display either "True" or "False"
if "itmchk" is not empty replace "True" with Star.
I am trying to create a new report using the PUSH MODEL to supply data. I am creating a DataTable in my C# code and pushing this to a report using a templateI have created a report template and an XSD (using DataSet.WriteXmlSchema) and added this to my report using the Database Expert option. I have since deleted the xsd schema but the report still seems to be working.I was wondering why this was happening. Is the xsd file stored in the report?
When I add an item (Crystal Report) in VS , some references about crystal report are added in the project. However, any change made further to my aspx cannot be shown when running (F5). Therefore , I delete all the crystal report related objects, now I can edit the aspx .
I'm puzzled by this predicament that I'm in right now. I developed a simple application in ASP.NET 2.0 using Visual Studio 2005 and Crystal Reports that came with VS2005. My code works and displays the report correctly with the data on my desktop but when I copy it to the production server to deploy it, everything else runs except for the report which only displays a blank screen.
I've installed Crystal Reports on the server, the IIS setting has the correct ASP.net Framework version. When I view the source on the blank report, it is pointing to the correct path for all the Crystal Reports scripts and images.
i am facing an issue with crystal report when i deploy my web application in client side. I have a web application developed in visual studio 3.5. Our build machine contains crystal report version 10.5, we have published the web application and created the build to deploy in the client machine IIS. We have installed the redistribution of crystal report 11 in the client machine. we have currected the config file and all based on this. but we are getting a runtime error when the application try to load reports.
When i run the application locally it works fine but when i publish it n access from it it gives the error asEither the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
I am create a simple report in visual studio 2008 by using crystal report. when I am run locally its work fine but when i copy web site and run this report its show following error.
Server Error in '/xyz' Application.
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
I have a ASP Web App that has been fine when deployed but now I've introduced Crystal Reports to it and is fine when testing.
On my Web Setup Project Ive right clicked, Add, Assembly and included:-
CrystalDecisions.Reportsource.dll
CrystalDecisions.Shared.dll
CrystalDecisions.web.dll
Ive run the setup on an pc away from the development environment but when connecting I get:-
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. review the specific error details below and modify your configuration file appropriately.
Parser Error Message: 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.
Source Error: [Code]....
Source File: C:inetpubwwwrootMala_Ordersweb.config Line: 52 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.
AllI have problem in crystal report i need show logo of company in crystal report and this logo change when i work in other company (my project to many company) note : logos companies stored inside project not in database
I've converted my intranet to framework 4 and everything seems to be running smoothly except my crystal reports.Some lines aren't showing and the aspnet menu above the report with the export, search, print ... options isn't showing anymore either.I've searched the internet for the CRRedist2010_x86.msi file but appearantly this doesn't exists.
I have a crystal report as reportDoc. In reportDoc.ExportToDisk function it is asking only file name. So let me where should I mention path and how should store in my server folder. I want that file to be saved in particular folder in server in pdf format. Report is converting to pdf. I have no problems in converting. Please let me know how to save that pdf file into my project folder.
Can anyone tell me how or point to the web page to display a Crystal Report in a Web Page using VB .Net in VS 2010? They have changed it since VS 2008 and having issues finding help on this.
I have a problem that i'm sure will not be hard to fix for anyone who has been using CR for some time.
To start I have created a program in VB2008, that uses a MS Access data file, I can connect to it with no problem and can also add data and amend data, so all seems to work perfectly. I have published it and it once again runs perfectly on another/s machines.
I have now a requirement for a number of reports so have choosen CR for this purpose. I have connected the report to the database and that runs with no problems at all, that is untill I try to run it on another machine, it seems not to be able to find the database and comes up with a panel wanting me to log in with a password and Admin name.
I feel it's proberly a problem with the path of the database, I have tried so many time with diferent data files but with no success.
I'm making a solution with Visual Studio 2010 using "cr4vs2010". When I start my web app from Visual Studio and I open my report, There is any problem, but if I want to export this file to a .pdf file or to other format, I receive a JS error message:
"Object required" and the debugger marks the following line: bobj.crv.stateManager.setComponentState('CRV1__UI',eval('('+document.getElementById('__CRYSTALSTATECRV1').value+')'));
Sometimes in previous versions of CrystalReports I only copy the "aspnet_client" folder in the application root and it works, but in this version of Crystal Reports this folder does not exists.
I have a weird problem that I am struggling with. We have a legacy project (VS 2003), and all I have to do is change a Crystal Reports label, when I change it and save it creates an additional code behind file. So after saving I have the file rptInvoice.rpt with two dependant files rptInvoice.vb and rptInvoice1.vb. I have no idea why it is creating an additional file but it is causing a compiler error.