Crystal Reports Version Conflict - iis-7

I developed a web app that creates crystal reports with VS Crystal report version 13.0.2000.0. I tried publishing it and putting it in the wwwroot folder (IIS7). When I run it, it give me this error:
Parse Error Message: Could not load file or assembly 'CrystalDescision.Web, Version 13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file.
Source Error:
<% Register Assembly="CrystalDecision.Web Version=13.0.2000.0, Culture=Neutral, PublicKeyToken=692fbea5521e1304"
When I run the command %windir%\assembly on the server, the version is 10.5.3700.
My questions is which crystal report should I download/buy to upgrade my server crystal reports? Because there was many links on the SAP website (ie. Crystal Report, Crystal Report Server, Crystal Report Viewer, and more).

Have you installed the Crystal Reports 2010 runtime (Redist Installation package) on the computer that you are having trouble? The 13.0 version is CR for VS 2010 and you can download the runtime here
http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22083

It is all about different version.
Remove the references to Crystal*.* and right click on References to add the correct ones
Assemblies, Extensions
You will see everything installed on you computer environment.
Select the ones with the same version that is on your web.config
Make sure the versions on web.config match the whole fu..ing s.it
This is a pain on the ass brought to you by Crystal Reports !

Related

Error comes while in Crystal report while running the project online

I am working on asp.net application where i have to show the crystal report. but my Project running online is showing the following error.
Could not load file or assembly 'CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified/
I have added the dll file of crystal report in bin folder. But error is still showing. Please help me someone.
It's not enough placing a dll into bin folder.
Look at this page: http://scn.sap.com/docs/DOC-7824
Into development environment you must run Crystal Reports developer version for Visual Studio: Install Executable - Support pack 15
Into deployment environmento you must run Crystal Reports runtime: MSI 64 bit - 64bit.msi
Please note: To integrate "SAP Crystal Reports, developer version for
Microsoft Visual Studio" into VS 2010 or 2012 (SP 7 and higher) or VS
2013 (SP 9 or higher) or VS 2015 RC (SP14) - VS 2015 (fully - SP 15),
you must run the Install Executable. Running the MSI will not fully
integrate Crystal Reports into VS. MSI files by definition are for
runtime distribution only. By default Windows 10 does not install the
3.5 framework, CR for VS still needs it. Select it by "Turn Windows feature on or off" and choose both options.

Cannot run Webmatrix? I get a Web PageInspector error

Previously I had Webmatrix, Visual C# Express and Visual Web Developer Express on my machine. I updated Microsoft Visual Studio Express and now I get ASP.NET failed starting up when trying to load Webmatrix:
This is the error message:
Could not load file or assembly 'Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I have uninstalled Webmatrix and re-installed it. Also I removed Visual Web Developer.
This Visual Studio Web.PageInspector does not belong to Webmatrix I believe. How fo I get rid of this?

Crystal Report for VS2010 Alignment issue

I have this web application that uses crystal reports for VS2010. I have crystal reports service pack 2 installed. What i don't understand is that everything works fine in the development machine however, once i publish my report to the production server, all the textboxes that have more than one word in them are disaligned. I mean, the next word scrolls down. This looks really bad if its a heading row, as the heading start overlapping the details rows.
I understand that it has something to do with the crystal report versions, as suggested in other discussions. However i have checked the crpe32.dll version on this location C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86 and it is 13.0.0.99 in the development machine as well as the production machine. So technically, the version is 13.0.0.99
Here is the page directive of the ASP.NET page that has the crystal report viewer in it. and presumeably the version i am refering is 13.0.2. I don't know if it is the right way of doing it or not.
<%# Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
but i am not having the headings aligned properly. Can somebody help please?
I should have been like this
While it shows like this

Crystal Reports Missing Assembly Issue

I have downloaded the sample from Here i have crystal reports 2008 (12.0.0.549) and vs 2010 is installed. I am getting the following error.
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.
Can any one guide how to add missing assembly
Install the Crystal Reports 2010 and ensure that the you've NOT got a "Client Profile" selected under Target Framework in the Applicaiton tab under the projecst Propertiese
It didn't seem to work for me with a Client Profile.
Note: Cyrstal reports can still be 'designed' with CR2008.
Some more info on the SAP forum here.

Getting error while running web application with crystal reports

I am getting error as below
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
or one of its dependencies. The system cannot find the file specified
I think the error is self-explanatory.
first probe: Is the DLL already in GAC (with given name, version)?
i.e Are the Crystal Report assemblies deployed, specifically those that were targeted while in development?
Crystal Reports components must be installed on the web-server, as they have COM dependencies.

Resources