Crystal Reports :: Project File Must Include The .NET Framework Assembly 'WindowsBase, PresentationCore?
Mar 9, 2011
I have RDLC report using in my application when I was working on it suddenly I got one error..."Project file must include the .NET Framework assembly 'WindowsBase, PresentationCore, PresentationFramework' in the reference list."Even if I have not used any of the WCF related properties. However, to Resolve this issue I have exclude rdlc from my project and then solution works file.
View 4 Replies
Similar Messages:
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
May 7, 2015
I have created a web application with crystal report and it is working fine. But when I am hosting my application it is throwing following exception.
Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
View 1 Replies
Nov 3, 2010
I have a web application which runs crystal reports. Crystal reports were running properly and its been 2 years that we deployed crystal reports on the web server.Two days ago, suddenly users started getting the following error message. Need urgent help. I have an option to re-register .Net framework and re-installing IIS but i have other very critical application running too, which i don't want to risk at the moment. The server is running on Windows server 2003 with IIS 6.Drop Table INC_IND_CONTRACT;
View 2 Replies
May 7, 2015
This is the code where I got from internet And I am getting this error.
Could not load file or assembly or one of dependencies. The system cannot find the file specified.
View 1 Replies
Feb 13, 2011
when i use CR v13 in my web site there is error message
Configuration Error Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file
specified.
View 1 Replies
May 29, 2010
I'm working on my ASP Application 2.0 framework with AJAX Extension 1.0 installed on my pc. I'm getting an error on my CrystalReportViewer:Could not load file or assembly 'System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)" I already tried some solutions I found in google but it's still im getting the error.:
[URL]Below are the codes for my web.config
[Code]....
Here's my code in the webform
[Code]....
View 2 Replies
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
Aug 9, 2010
I have a Visual Studio project that uses three different Crystal Reports. I've upgraded to Crystal Reports 11.5.3300.0 from the version 10.2.3600.0 due to one of the reports requiring the upgraded version. I updated all of the assembly references in the web.config and installed the new assemblies using merge modules. When I run the project I receive the following error:
Could not load type 'CrystalDecisions.Web.CrystalImageHandler' from assembly 'CrystalDecisions.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
View 2 Replies
Jan 25, 2011
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.
View 2 Replies
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
May 11, 2010
i am using asp.net 2008, freamwork 2.0, crystal report 10.2 i have a problem to get images on report from servers physical location. i have a barcode path store in BarMSt_M table as /images/barcode/bar.jpeg, now i need to show barcode in crystal report 10.2, what should i do,what can be extra setting or to install.
View 1 Replies
Mar 1, 2011
my question how to create crystal report without database, in this case i want to create the crystal report using txt file data. is ther any way?plz tell me? how is it possible?
View 1 Replies
Jan 17, 2014
I have create one service.cs for insert record I want to call Service.asmx on button event i.e. when I click on button then insert the record in database
View 1 Replies
Jun 16, 2015
[URL] ....
I followed above link to create sample Crystal Report Project. Here is my code:
string conStr = ConfigurationManager.ConnectionStrings["MasterDb"].ConnectionString.ToString();
protected void Page_Load(object sender, EventArgs e) {
ReportDocument crystalReport = new ReportDocument();
crystalReport.Load(Server.MapPath("~/CrystalReport1.rpt"));
DataSet1 ds = GetData();
crystalReport.SetDataSource(ds);
[Code] ...
When I run my project, blank page renders. No Crystal report is displayed.
View 1 Replies
Dec 10, 2010
I want create crystal report in asp.net using different different txt file.it is possible or not if it's possible so please provide me the code step by step.
View 2 Replies
Dec 13, 2010
I have a requirement where in I need to upload Crystal Report Files in the Application.. Before Uploading the Crystal Report Files to the server I need to check whether the end user is uploading a Valid Crystal Report File or not...Can any one let me know "Is there any built in function or a piece of code which will help us to Validate Crystal Reports before uploading"..
View 1 Replies
Sep 8, 2010
I want to generate the two crystal reports one is employee and another is project. Now I want to display the two reports in a single crystal report viewer. I've tried using sub-reports but the page header is not available in a sub reports. So I want to display two separate crystalreports in a single viewer.
View 2 Replies
Mar 31, 2010
I'm frequently adding a lot of content files (mostly images and js) to my ASP.NET project. I'm using VS publish system, and on publish, new files are not published until I include them in the project. I would like to auto include all files in specified directory. Is there a way to specify wich directories should be auto-included in csproj file or anywhere else?
View 3 Replies
Mar 12, 2010
I excluded a file(i.e . a WorkFlow file) from my project. The file got removed from the Solution Explorer, But it was in the directory where the project was saved. Can anyone please tell me how the file can be included again.
View 1 Replies
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
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
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
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
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