Crystal Reports :: Error When Compiling My Website Due To CR

Mar 14, 2011

I have developed my asp.net application along with crystal report ..
It was working fine before ... When i removed the add reference from my project of crystal report .... It started to show me error while building my application

The type 'CrystalDecisions.Web.CrystalReportSource' exists in both 'c:WINDOWSassemblyGAC_MSILCrystalDecisions.Web10.2.3600.0__692fbea5521e1304CrystalDecisions.Web.dll' and c:WINDOWSassemblyGAC_MSILCrystalDecisions.Web10.5.3700.0__692fbea5521e1304CrystalDecisions.Web.dll'

View 10 Replies


Similar Messages:

Crystal Reports :: Crystal Reports Error When Publishing A Website On To The Web

Feb 4, 2011

Crystal

Reports Error when publishing a Website on to the Web Server---- The type initializer for 'CrystalDecisions.Shared.CrystalReportClientScriptManager' threw an exception

View 3 Replies

Crystal Reports :: VS2008 Crystal Reports - "Load Report Failed - Error"?

Jul 25, 2010

I'm getting the "Load Report Failed" Error.

I have a web application designed using VS2008 & Crystal Reports for VS2008 (Ver. 10.5.3700). I'm using Framework 2.0 for deployment.

My development system is WinXp and my deployment system is Win2003 Server.

Here is what i have done -

1) Added a Crystal Report to my project "rptReport.rpt"

2) Added a Crystal Report Source (crSource) to my .aspx page.

3) Added Crystal Report Viewer to my page, with crSource as its Report Source.

This works fine when i run it on my development machine. But Gives a "Load Report Failed" error on my deployment machine.
This is what i have already tried doing on deployment server:

1) Giving IIS_WPG full control to temp folder.

2) Publishing with "Allow this precompiled site to be updatable." checked/unchecked.

View 1 Replies

Crystal Reports :: Either The Crystal Reports Registry Key Permissions Are Insufficient Or The Crystal Reports Runti?

Aug 5, 2010

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.

View 2 Replies

Crystal Reports :: Error In Crystal Report When Using Windows Server 2008 R2 And IIS7?

May 29, 2010

Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL. ----------------------------------- This error will be display when I am try to show the Crystal Report. Can anybody tell me what Property I have to ser in Windows Server 2008 R2 or in IIS7???

View 1 Replies

Crystal Reports :: Error In Crystal Report For Load File Or Assembly?

Mar 19, 2011

i upload my site on server but there is error in crystal report web.comfig there is error as belowParser Error Message:Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

[Code]....

View 2 Replies

Crystal Reports :: Error Displayed When Printing Crystal Report Using ActiveX

Aug 9, 2010

ent system (Windows 7 x64) and live system (Server 2008 x64), and both with IIS7 I receive the following error message, after clicking the "Print" button in the printer selection popup."An error occurred on the server. Printing will be stopped. Would you like to view the error information?"If I click "y

View 1 Replies

Crystal Reports :: Migrate Vs2005 To Vs2010 Having Error Of Incorrect Crystal Report References

Apr 2, 2011

We have migrate from VS2005 to VS2010. CR2010 installed too.

We have 1 website and class project in one solution.

The assembly of web.config has point to new version of CR ver13 and also checked that the references is ver13 too.

WEB CONFIG:

[code]....

However in code behind, when "Go To Definition" the imported CrystalDesicions Namespace, it go to CR version10 location.

The class project has references to correct ver13.

In the end we get error of :

Error 17 The project currently contains references to more than one version of CrystalDecisions.CrystalReports.Engine, a direct reference to version 10.2.3600.0 and an indirect reference (through 'Web_cl.clsAccountRpt.GetAccountStatementSummaryRptDoc')
to version 13.0.2000.0. Change the direct reference to use version 13.0.2000.0 (or higher) of CrystalDecisions.CrystalReports.Engine. D:ProjectWebGlobal 4.0Web_developCpAdminReportFormAccountReportModule.aspx.vb 40 28 D:...Web_develop

The function in class has return ReportObject back to the website, because of the website reference did not really point to new version has causes this error. I have checked all references in web.config and project properties all is point to new version, but in program it seems still point to old one.

View 5 Replies

Crystal Reports :: Crystal Report Login Error?

Feb 26, 2011

I have recently tried to develope a crystal report using a clss file, like passing the class variable into report file. Passing the values and displaying was successful but when i click on the printer button or Export button in Crystal report viewer in my Aspx page, It is asking for Database name,Suser id and password for the Class file and which i never assigned and no there is no database to the class ... It is not allowing me to take the print out of the page..

View 6 Replies

Crystal Reports :: Using Crystal Reports On Website?

Nov 27, 2010

I have used Crystal Reports successfully on my windows apps but am having difficulty with using them on my web apps. I am using VS2010 in VB. I have a web app that I have done the following:Built the report using a table defined by a dataset I created. I put Crystalreportviewer on the webpage, defined the CrystalReportSource pointing to the report I created. Now my difficulty: in windows I would fill a table in the dataset with the data I wanted to display and set the report source to use that dataset. I have tried all types of code but I cannot figure out how to do the similar action in the web app. I would guess it is just a few lines of code.

View 2 Replies

Crystal Reports :: Integrating Crystal Reports XI(stand Alone Reports) With Web Application?

Jun 13, 2010

I'm new to Visual Studio.NET . I need to integrate the crystal reports into an ASP.NET application. I generated Crystal report with the help of crystal report XI developer edition(Stand alone version and NOT from the one which comes from visual studio).

How to integrate this report with the web application.

View 1 Replies

Crystal Reports :: Calling Reports Developed In Crystal Reports 8.5 In VS2008?

Jul 16, 2010

We have quite a few reports which were developed earlier in Crystal Reports 8.5. We are now planning to use these reports in our web application developed in VS 2008 (C#).

What dlls are needed for calling 8.5 in the application and how should they be added to the application while shipping it to the client?

They are also struggling to get the code running. Would also need the code to call the report with parameters.

View 9 Replies

Crystal Reports :: Error VS2010 / An Error Occurred During Local Report Processing

Aug 16, 2010

i write a site and get this error, i using VS2010.

An error occurred during local report processing.

The definition of the report 'ModulesReport1.rdlc' is invalid.

An unexpected error occurred in Report Processing.

Could not load file or assembly 'Microsoft.ReportViewer.ProcessingObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

i try run on my machine its all work fine, but when i complier and run it on Window server 2008 get this error.

I read [URL] I install the ReportViewer.exe but still cannot find the Microsoft.ReportViewer.ProcessingObjectModel.dll, however I got find it Microsoft.ReportViewer.ProcessingObjectModel in C:Windowsassembly and is not a dll file.

View 1 Replies

Crystal Reports :: Crystalreport Object In Website(3.5)?

Apr 30, 2010

crystal report object is not giving intellesense in website while code is working fine in webapplication

View 2 Replies

Crystal Reports :: Passing Parameters In Crystal Reports Dynamically Selected By Users

Apr 6, 2010

I have already generated crystal reports but i've made them static. but now i want to make the user to select the criteria for generating the reports. for eg., in one of them i want to show monthwise data so user should be able to select the month and year and that would be passed as parameter and compared to the existing data. provide me with proper exact code that can be used for giving parameters in such a report using C#.

View 3 Replies

Crystal Reports :: Load Report Failed In Website?

Sep 13, 2010

I have an error loading a report on my website

[URL]

This code:

[code]...

It generates the error: Load report failed.

What settings should I have on the server.

View 2 Replies

Crystal Reports :: While Adding Add Reference It Showing Crystal Reports Version 10 Instead Of 11

Jan 4, 2011

In my system Visual studio 2008 with sp1 and Crystal Reports XI Release 2.In Visaul studio 2008 ,while adding add reference it showing crystal reports version 10 instead of 11.How to solve the version problem.

View 1 Replies

Crystal Reports :: Deploy Crystal Reports On Remote Server Without Running MSI?

Feb 15, 2010

I am considering using Crystal Report 2008 as my tool of creating reports on my webpage.The only problem which I'm facing is that I have no control of the remote server which hosts my site (besides uploading files). I can't run a MSI to deploy the CR runfiles.I can't find anywhere in the CR user manual of how to deploy the runtime files without running the msi, and I'm not even sure it's possible.Have anyone deployed CR 2008 without running the MSI and without having to register any files?

View 8 Replies

Crystal Reports :: Increase String Size In Crystal Reports For VS 2010?

Sep 1, 2010

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).

View 3 Replies

Crystal Reports :: Blank Page When Deployed To Host Website?

Jan 26, 2011

I have a simple crystal report created on VS 2008 .net 3.5 sp1. The report works when I run it from the local host connecting directly to the live hosted database. When I copy the files to the host server it connects with out error but at the point where the report viewer frame would appear I get a blank page and Done displayed on the browser status bar.

The host server has Crw server installed on it and other websites on the same server are working OK.

View 1 Replies

Crystal Reports :: Authenticate Website Service Methods Using Soap Header

Feb 28, 2014

I am trying to implement webservice authentication using SOAP Header. how to provice single authentication which applied to all the methoads of webservice.

Example : 

public class Service:System.Web.Services.WebService
{
public AuthSoapHd spAuthenticationHeader;

public Service()

[code]....

On this sample it has only one method and based on the username and password mataches it provides  access. As like this there are plenty of web methoad's in my webservice and i don't want to check the username and password on all the methoads. instead i wanted to checkonce and provide access to all the methods. 

View 1 Replies

Getting Error While Running Web Application With Crystal Reports

Feb 17, 2010

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

View 3 Replies

Crystal Reports :: Getting Error On Page Load

Oct 28, 2010

I'm trying to load up my website but I keep getting this error on page loads:

Server Error in '/' Application.

Configuration Error

Description:
An error occurred during the processing of a configuration file required to service this request. Please 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=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

Source Error:

[Code]....

Line 17: <compilation targetFramework="4.0">
Line 18: <assemblies>
Line 19: <add assembly="CrystalDecisions.CrystalReports.Engine, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 20: <add assembly="CrystalDecisions.ReportSource, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 21: <add assembly="CrystalDecisions.Shared, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

View 1 Replies

Crystal Reports :: Buld Error With Vs2008 Web App C#?

Oct 7, 2010

I upgraded a 2003 .net web app to 2008 and get the following build error,

Could not load file or assembly 'CrystalDecisions.Shared, Version 1= 10.2.36000.0 or one of its dependancies', The system cant find the file specified. In the web.config it is trying to add version 10.5.3700, so not sure why this error is occuring. The solution contains 2 projects.

View 2 Replies

Crystal Reports :: How To Run Crystal Reports From Web Server Having .net Framework 2.0 Installed

Feb 9, 2010

I have developed few crystal reports using VS.2005 and now i want to deploy the same on my web server which is running Windows 2003 server and got installed only .net frame work 2.0.... so now i want to know how can i run those reports successfully and i have downloaded CRRedist2005_X86.msi and even crXIsp3 and 4 _net_server from business objects page and i do have Crystal Reports XI original CD.... while by using them can i run crystal reports on my web pages.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved