.net - Crystal Reports Error: Cannot Find CrystalDecisions.Windows.Forms Version 10.2.3600

Nov 26, 2009

I am refactoring an old program to use VS2008 (instead of VS2005) and the 2003 Crystal Reports merge modules no longer work on the client machine. I am using the CR version bundled with VS2008. Neither the CR10 merge modules downloaded from the SAP site work, nor the CR x86 msi.

Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

View 2 Replies


ADVERTISEMENT

Include Crystal Reports Assembly (crystaldecisions.reportappserver.commonobjectmodel Ver 13.0.2000.0) Into Windows Installer?

Sep 21, 2011

I have built a project using VS 2010 and I have 2 reports I am creating within the project. While in VS2010, I can debug the program and the reports work perfectly. Now I have come to the point where I want to publish my project and install it on a machine that my program will be used on. I tried 'Publishing' my project and running the 'Setup' file on the other computer and I get the following error: Unable to install or run the application. The application requires

that assembly CrystalDecisions.ReportAppServer.CommonObjectModel
Version 13.0.2000.0 be installed in the Global Assembly Cache (GAC)
first. Please Contact your System Administrator.

Doing some research, I have found out that you can manually change the GAC or have Windows Installer fix it for you. To be honest, I don't know where the GAC is or how to modify it. My ideal solution would be to figure out how to setup Windows Installer to fix the GAC and configure Crystal reports however to get my project to run on a basic machine. setup Windows Installer to install the appropriate Crystal Reports Engine so my project will work??

View 2 Replies

Databind' Is Not A Member Of 'CrystalDecisions.Windows.Forms.CrystalReportViewer'

Mar 30, 2010

Im having the following error message:

Databind' is not a member of 'CrystalDecisions.Windows.Forms.CrystalReportViewer'

in my code:

Dim rpt As New CrystalReport1()
Dim da As New SQLiteDataAdapter
Dim ds As New presbydbDataSet

[Code].....

View 1 Replies

Crystal Reports And Visual Basic Full Version?

Sep 24, 2010

If I buy the full version of visual sutido, can I then use Crystal Reports and postgresql together? I connect to a postgresql server via net connector (npgsql) written in c#. Can Crystal Reports handle more database types, not only odbc and oledb and sql server?

View 1 Replies

How To Find Page Total Using VB2005 Crystal Reports

Mar 30, 2009

I am using vs2005 for developing one project..i have to find Total amount for each page report ( using crystal report and report viewer ..and the report have AMOUNT coloum to display amount) programically..

View 2 Replies

Deploying Crystal Reports - Adding Crystal Reports To The Setup And Deployment

Jun 21, 2010

I am working on VB.NET(Visual studio 2008)..I completed developing my application and i need to deploy the application. I tried it and faced problems in some areas like adding crystal reports to the setup and deployment. I created a setup file to my application and everything is fine except crystal reports...its showing the error like; An error occurred in crystalDecisions.Reports, crystalEngine threw exception.

View 2 Replies

Windows 7 Crystal Reports Doesn't Work [resolved]

Nov 5, 2009

Visual Studio 2005 SP1cr10 developer also installedOn XP machine, works fine. Got a Windows 7 machine(64bit and all) and copy over the project, run it and can't, I get an error in each crystal report gets an error [code]I take these lines out, and no more error for the report. Since there are like 40 reports in a project and there's 5 different projects that would have to be altered, this will be a pain. And I'm not the only developer. Another developer, on Vista and another will be coming in on XP, don't have this issue. I've tried uninstalling everything Cr and visual studio, then reinstalled visual studio and ran it, same thing, then installed SP1, same thing, then updated security fixes, same thing. CR10 isn't installed. I've removed and added the references back ,they seem to be the exact same versions.

View 3 Replies

Crystal Reports - Error After Upgrade Vb

Jun 15, 2011

i upgrade my project to vb.net by using visual basic. i get a error when run the crystal report.

[Code]...

my connection is Public Function ReportConnection(ByRef CrystalReport1 As Object, ByRef dsnname As String) As Boolean

[Code]...

View 1 Replies

Crystal Reports Error: A Number Is Required Here

Mar 15, 2012

I have this code in my form (in load event) wherein there is a crystal report viewer: there is a "A number is required here" error in [Code]. how can I solve this error?

View 3 Replies

2005 Crystal Reports : Name 'CrystalReportViewer1' Is Not Declared Error?

Oct 15, 2009

I'm running through this tutorial found here: report_from_multiple_tables.htmwhich teaches how to pass a parameter text field on a vb form to an embedded Crystal Report in visual studio. I've followed it all the way through however when I attempt to build, I received the error:

Name 'CrystalReportViewer1' is not
declared.

[code].....

View 2 Replies

VB2005 Crystal Reports : Name 'CrystalReportViewer1' Is Not Declared Error?

Nov 20, 2010

vb2005 crystal reports : Name 'CrystalReportViewer1' is not declared error

View 6 Replies

Difference Between Crystal Reports In Vb - Create Crystal Reports In Vb?

Apr 14, 2009

tell me wat is the difference between crystal reports created in vb and in vb.net??how to create crystal reports in vb??

View 1 Replies

Asp.net - Crystal Reports Viewer: Failed To Open The Connection Error

Jun 19, 2012

Currently I'm working on a piece of code that involves using the Crystal Reports Viewer to export .RPT files to PDF. My problem is that the code works on literally everything except the website I'm planning to eventually put it on.

When placed on the website it throws back the error "Failed to open the connection." which I believe is connected to the SQL Server connection that's formed in order to read data for the report itself.

The code itself is solid and works when used in a separate console application I built to test it whether said code is run on my local machine or on the server itself. It even runs when I test the website in Visual Studio's virtual host.

I've narrowed it down to being some sort of permissions issue, but I am not knowledgeable enough in the various permissions settings to figure out which ones specifically apply to this situation. It's worth mentioning that other pages on the website are directly connecting to the same database, but they are doing so directly through Linq instead of going through the Crystal Report Viewer.

So does anybody know which settings I need to modify in order to fix the connection error.An added note: One of the other suggestions is to make sure there's an ODBC DNS in place that matches the one being used by the code. I have created such a DNS already.

View 1 Replies

C# - Crystal Reports 2011 .Net 4.0 OS Installed On E: Gives Error When Running Report

May 4, 2012

I have one PC whereby the OS has been installed on E: and it has no C: drive. Onto this I have installed my .Net 4.0 WPF Application which runs fine.

However, when I try to access a crystal report it gives the exception below. This user is able to access the report from its network location in windows explorer so I assume the act of asking Crystal to copy it locally is causing a problem?

Therefore, can anyone advise where the local copy will be created and/or how I can control this.

[Code]....

View 1 Replies

Error Connecting Password Protected Access Database To Crystal Reports

Apr 10, 2012

How do I open my Crystal Report in VB code (RPT files) on password-protected Access 2007 database? Ever since I protected my database with password, my Crystal Report generates an error.

View 3 Replies

Warning : -6248: Could Not Find Dependent File CrystalDecisions?

Jun 11, 2012

My software works perfect when I run it from VB 2010 Professional.However, when I use the InstallShield Limited Edition from VB it comes up with the following errors that I is giving me gray hairs to resolve.I did all types of searches and nothing seem to work.

Warning
-6248: Could not find dependent file CrystalDecisions.CrystalReports.Engine.dll, or one of its dependencies of component SMS_API_CLICKATELL.exe[code]....

ISEXP : warning : -6248: Could not find dependent file CrystalDecisions.Windows.Forms.dll, or one of its dependencies of component SMS_API_CLICKATELL.exe

View 1 Replies

Creating Reports In Crystal Reports That Is Integrated Within Visual Studio 2008?

Aug 26, 2011

I am creating reports in Crystal Reports that is integrated within Visual Studio 2008, and I noticed that some of the features are disabled. One is the ability to link tables with a Right Outer Join or Full Outer Join. I also cannot "Show SQL Query" in Crystal Reports. Is this something I can enable or do I have to purchase or upgrade?

View 1 Replies

Net 4.0 Unable To Find A Version Of The Runtime To Run This Application (Windows 7)?

Jun 25, 2010

We have a VB .Net application that is targeted to the .Net Framework version 2, over the past couple of days users have been reporting that they are getting the following error message when running the program?

View 8 Replies

Error - Unable To Find Version

Mar 20, 2009

I have developed a windows based application using visual studio 2005 called DMS. On the client side, this application runs on asp dot net framework 2.0. We have created its setup file which has to be installed on the client pc. After the installation of the application, some of the users get the error message as:

DMS.exe - .net framework initiation error Unable to find a version of the runtime to run this application

(I have also attached the screen shot of the error message.) Trouble shooting done by me:

a. I had tried the re-install Dot Net Framework 2.0.
b. Scanned the PC for virus attack.
c. Install dot net framework 2.0 first and then the application.
d. Un-install and re-install the whole application.

But none of the solution works. The only thing that works temporarily is un-install the whole application and re-install it. Then it works for a few hours.

View 10 Replies

Deployment :: Error - Unable To Find Version

Mar 20, 2009

I have developed a windows based application using visual studio 2005 called DMS. On the client side, this application runs on asp dot net framework 2.0. We have created its setup file which has to be installed on the client pc. After the installation of the application, some of the users get the error message as:

DMS.exe - .net framework initiation error Unable to find a version of the runtime to run this application

(I have also attached the screen shot of the error message.)Trouble shooting done by me:

a. I had tried the re-install Dot Net Framework 2.0.

b. Scanned the PC for virus attack.

c. Install dot net framework 2.0 first and then the application.

But none of the solution works. The only thing that works temporarily is un-install the whole application and re-install it. Then it works for a few hours.

View 1 Replies

2005 : Crystal Reports Application Or Windows Application To Generate Pdfs?

Apr 13, 2011

I currently have a simple crystal reports application which generates a crystal report and in the built in viewer provided by VS2005. There is a drop down where you can select options to change the criteria of the report. I wish to convert this app to a windows executable which will take all those select options and generates pdfs based on the crystal report. the executable will be triggered by windows task scheduler...or maybe command line app?

Obviously this will be somewhat of a re-write. What would be the best way to start this as? a crystal report application or a windows application.

View 2 Replies

Basic Windows Form With One Crystal Reports Form Veiwer Control?

Mar 12, 2009

I have a basic Windows form with one Crystal Reports form veiwer control on it. When ran on the development machine it displays the report fine.After build and publish the application is now installed on a user PC. I am getting an error that the Crystal Decisions. Windows. Form version 12.0.2000.0 can not be found. All the Crystal dll's are in the install directory but none of them are being installed in the install machines GAC.Am I setting my publish output up wrong, may references wrong, or is the local GAC files the problem. The message is so criptic, it doesnt really point me in the right direction.

View 1 Replies

IDE :: Windows Forms App - Anyone Noticed Reports Do Not Work Correctly

Aug 5, 2009

Add a new report to a windows forms project. Now add the table data region from the tools. If you don't already have a strongly typed dataset displayed in the data sources view, get that ready. Now do the tried and true easy-to-use trick of dragging a field from data sources onto the table's details row.

[Code]...

View 3 Replies

Visual Studio 2005: Could Not Find File 'Microsoft.Windows.CommonLanguageRuntime - Version = 2.0.50727.0'

Mar 12, 2010

The message "Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version = 2.0.50727.0'." started appearing after I attempted to publish my software. All previous versions of my software are affected as well. I have two projects in the solution. Both are written in vb. All versions used to work fine.

View 2 Replies

Crystal Reports Connection Error "Invalid Authorization Specification"

Jan 12, 2010

[Code]...

I am trying to generate crystal reports from visual studio..net 2008 and my database is created using SQL server management studio express 2005. I am getting login errors when using the OLE DB for SQL Server source. In studio express I use SQL server and windows authentication and I have tried leaving the user ID and password blank and putting in my login details but still getting the error. I have enabled multiple connections to the database.

View 1 Replies

Data - Getting The Error "This Field Name Is Not Known" While Opening Crystal Reports

Feb 3, 2011

Working on a Migarition(VB6 to VB.Net(VS 2005)) application, where some of the reports are loaded in the application. The VB application is using the Crystal reports version 8. While migrating the application, we used the Crystal decisions and tried to load the report. Few of the reports are working fine, few are giving error(like boolean is required here, This field name is not known etc..). For few of the issues we have regenerated the report in CR XI it worked fine and few are giving the performance issue, but few reports are giving the same error as "This field name is not known".

To load the report we followed the steps.
1. Based on the user access level, the report connects to different DSNs.
2. Applies the LogonInfo to the report.
3. Sets the datatable as the datasource to the report
4. View the report.

If we run the application to load the report, it's throwing error as "This field Name is not known. Error in file C:Docs~UserLocal~TempSampleReport{EE6CC25A-D216-496C-AA95-E2F0C61718C6}.rpt:Error in Formula '{ViewReport.field} ="AB'"This field Name is not known".For this I have tried changing the setdatabaselocation in database expert.Still getting the error.The reports giving the error are using a View in it's Query. Is it causing the issue?

View 1 Replies

Intermittent Crystal Reports Error "The Request Could Not Be Submitted For Background Processing."?

Feb 2, 2010

We are running Crystal Reports on a Windows Server 2008 with .NET framework 3.5 SP1. I have seen many causes of the general error "The request could not be submitted for background processing." on other forums, however they tend to be persistent and repeatable affecting just a single report due to a specific formatting issue with a specific report.We are seeing this error with the below stack trace, intermittently. It affects multiple different reports we have. It affects one particular report more frequently than other reports. Once a report is affected the same error will often appear in multiple reports at approximately the same time eg. for the next 10 minutes.The same report run with the same parameters may work when run again (soon after) or the application may need restarting before the report can be successfully re run. These reports all worked previously without issue. No change in server or code seems apparent which would have precipitated this error. All code behind for this is VB.NET We have had difficulty reproducing it in test environments and upgrading to the latest version of Crystal has not helped at all.

[code]...

View 3 Replies

Generating Reports Without Crystal Reports?

Dec 1, 2011

How can we create a report in vb.net without using any crystal reports

View 11 Replies

Set An Windows Forms Project To Auto-increment Version Number?

Feb 3, 2011

It was very practical to keep build number in VB6, as it auto-incremented that number every time that i "compiled" the program.

There is any equivalent feature in VB.Net? I am using VS 2005.

View 1 Replies

Could Not Find File 'Microsoft.Windows.Common-Controls Version=6.0.0.0, Culture=*, PublicKeyToken=6595b64144ccf1df, ProcessorArchitecture=*, Type=win32'._[projectname]

Nov 22, 2010

I am getting the following error when i try to publish my application with the checkbox for ClickOnce Security On. Could not find file 'Microsoft.Windows.Common-Controls, Version=6.0.0.0, Culture=*, PublicKeyToken=6595b64144ccf1df, ProcessorArchitecture=*, _ Type=win32'. [projectname ]

[Code]...

View 6 Replies







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