Deploying The Windows Application With Crystal Report 9 In .Net 2003

Jul 24, 2009

I created the windows application with Crystal Report 9.0 in .net 2003. While Deploying the Setup file I created the Merge Modules. I installed .net Framework 1.1 in that user system. After that i installed the Setup File.

View 1 Replies


ADVERTISEMENT

VS 2008 - Application With Crystal Report - Generates A Windows Error With No Description

May 30, 2010

I created an application with some Crystal Reports. I published the application and installed it on the machine which is my develop machine. This machine has Vista on it and is runnig the application 100%. When I install it on a different machine with windows XP, it runs fine until it tries to load the mybase.new. It generates a windows error with no description.

This is a system generated sub:

[CODE]......................

View 1 Replies

DB/Reporting :: Deploying .Net Application With Crystal Reports?

Oct 8, 2008

I have a project that uses a crystal report and I'm planning of deploying it.The problem is, is there a common setup for the components that was used in my project so I don't need it to manually register on the client pc?

View 2 Replies

Data: Use Any Report Application As Crystal Report?

Dec 1, 2009

I need advise on how to solve this scenario. I am not sure whether I should use any Report Application such as Crystal Report or I can just simply use datagridview.My scenario:In a new form, a table will show a least 3 columns.

First, ItemID

2nd, Total Quantity Sold for the Current Month

3rd, Total Quantity Sold: Last month

ItemID Current (Nov) October
ABA1 100 85
ABB1 80 90

Hence, I can compare the figure of the current month with the past few month.Right now, I do not have any problems building SQL_String for calculating the Total Qty Sold for the Current month and display it via DataGridView. But I am not sure how to additional column that calculate the Total for the past few month

View 3 Replies

.net - Porting Crystal Reports Application (VB 2003, Framework 1.1)?

May 17, 2012

I've been asigned to a new project. I have to mantain an application wich was made in Visual Studio 2003 (VB.NET, Framework 1.1) and Crystal Reports wich came included with the IDE. The application is absolutely what we call "legacy code" :).Just to make the test, today I've tried to convert the application in Visual Studio 2010. The converter is offering me download SAP Crystal Reports, with no cost and no registration.The question is: Does anybody has experience with this components?. Is feasible to migrate an application as described to VS 2010?

View 1 Replies

Crystal Report & Temporary Tables - Print The Table Data Through Crystal Report?

Jun 21, 2010

I m using .net , I create some temporary tables at run time, how to print these table data thru crystal report

View 1 Replies

Deploying Windows Form Application With Database?

Jun 6, 2011

I am about to finish an application for a client. Now I'm having hard time deploying it since I really don't know how to do it.How do I deploy a windows form application with database?I've already downloaded the prerequisites redistributables. I also want those to be included in the installer.

View 1 Replies

When Deploying A Windows Application With A Setup Program

Aug 26, 2011

When depolying a Windows Application with a CD How does one depoly Folders, with a large number pictures in them, along with the program that uses them!Further, when having the Control Panel utillities Uninstall the Program, how can you get it to remove the Folders containing the pictures along with the program that was installed with the pictures, assuming you can do so in the first place?Do not suggest using C or any other laguage please!

View 9 Replies

Create A Crystal Report In Windows Form?

Jan 8, 2010

I barely use windows form but now I have a windows form application, there is a Listbox control, which will populate Active Directory search result, not like other regular database.I am thinking it would be nice if user can print off the search result in the listbox?

I was thinking using a Crystal Report viewer, but how to define the data source, it is not like regular data source that I can set up a connection, the search result is a dynamically generated data table, not from database.

View 1 Replies

Create A Crystal Report Dynamically Not By Using Crystal Report Wizard

Jun 23, 2009

Iam workin wid crystal reports have a problem i jus want to create a crystal report dynamically not by using crystal report wizard rather by using a blank crystal report and connecting to the database server and generating the report from the database manually....

View 1 Replies

Deploy 2005 With Crystal Report 9 On Windows Server R2 2008 X64

Dec 1, 2011

My problem is, when deploy vb.net 2005 with crystal report on Windows Server R2 2008, the report can't load it show blank. i'm using AxCRViewer91 component.

the DLL's;
AxInterop.CRVIEWER9Lib.dll
Interop.CRAXDRT.dll

Is it compatible on Windows Server R2 2008 x64?

View 1 Replies

Sql Server - Passing Parameter To Crystal Report In Windows Form?

Mar 16, 2011

i am working on visual stdio 2008(vb.net) and sql server 2008 i working on crystal report 9 i have created a stored procedure in sql server i have add this procedure in crystal report data expert now i just want to pass a parameter to crystal report so that it will show me data in crystal report?

View 2 Replies

Importing Crystal Report Assembly Into Application?

Apr 13, 2012

I created a simple appication that loads a local Crystal Report into the CrystalReportViewer and then exports that report to PDF. I am able to run this application on my own computer, but when I try and run it on another computer it just errors out. I had to import the Crystal Report assembly into the application so I could get it to properly work. According to the error message, it seems to fail on the Crystal Report import statement. I have tried to install a couple of packages from SAP, but none of them seem to work?

View 1 Replies

Crystal Report In Application Showing Blank Page?

Jul 14, 2009

I have a crystal report that works in Crystal Reports Writer XI just fine. I run the report in the application passing the same information that I use to test in the CR Writer and the report is completely blank. No exceptions what so ever are raised in the application.I've opened the report in VS2008 and resaved it and verified the database and still nothing. I have two different versions of the report. The report is using stored Procs and I have verified that it is loading the report because it is accepting the parameters I setup in the report. If I change the name of the parameter I'm saving to something invalid it then throws an error.

View 1 Replies

Drive A Crystal Report In A Standalone Application With .NET Objects?

Jul 17, 2009

I'm trying to learn Crystal Reports (VS 2005, VB) and per this question I was trying to drive the report with my own data objects instead of through a DB connection.

I found this tutorial and it looked promising as an answer to my question, but after diving in it only seems to apply to web development.

Am I out of luck in trying to power a Crystal Report with .NET objects in a standalone application?

View 2 Replies

Depoly Application Containing Crystal Report And Access Database File?

Jul 16, 2010

I am trying to build a setup file which will install my vb.net application with database and crystal report files to the client.

1.) I created my vb.net application in release mode.

2.) I created new setup project and added my vb.net application project in that solution.

3.) Also added the primary output in application folder

4.) [dun know how to add database so] created app_data folder inside the application folder and added the database file manually from add->file

5.) [dun know how to add crystal reports so] created reports folder inside the application folder and added the reports manually from add->file

6.) Build solution.

7.) Tried deploying in client machine.

8.) Application runs fine and works great. But crystal report files doesn't. When i try to open crystal report some long error messages comes in my way.

So I would like to know is the way i am doing to add the database file and crystal report files correct? how can i make crystal reports work in client machine?

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

Visual Studio 2008 Not Install With Crystal Report (only Crystal Report Install Its?

Jun 12, 2011

i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file

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

Forms :: Application Running On Windows 2003 Vps?

Aug 30, 2009

I have a problem with any vb.net application running on my windows 2003 vps. I've tested this by creating the simplest form with just a button on it and executing the following code...

[Code]...

View 4 Replies

Performance - Running Application On Windows 2003 Server?

Mar 3, 2010

I've developed a VB.NET application with Visual Studio 2008. The application communicates with SQL Server and processes a text file.

My question is about performance. While I run it from Visual Studio 2008, it takes 3 sec to complete. The same is when I run the executable created by the Setup Wizard on my desktop (Windows XP sp 3). But if I run the executable installed on a Windows 2003 Server, it takes 15 sec to complete! What could be the reason of degrading performance on the server vs. the desktop? The .Net framework 3.5 SP1 is installed both on the desktop and the server.

View 1 Replies

Will End-user Need A Crystal License In Order To Use Crystal Report Part Of Program?

Jul 16, 2009

I plan on designing a Crystal Report, and then calling it through VB.NET code. Will the end-user need a Crystal license in order to use the crystal report part of the program?

View 1 Replies

Visual Studio 2010 Windows Application And Interaction With MS Access 2007 / 2003

Jun 13, 2011

If I create a windows app which I link to an MS Access databse file that already exists..will I need to have MS Office installed on every computer at which I want to use the app? If not then how do I go about making a standalone windows app that will store information in a database of some form or another ?

View 1 Replies

Close The Crystal Report Viewer And Pass The Parameter Again And Should Be Able To View Report Again?

Aug 15, 2011

When i pass the parameter and run the report it works fine as i close the form it closes the form is there any way so that i should be able to close the crystal report viewer and pass the parameter again and should be able to view report again.

View 1 Replies

Print A Report Which Is Receipt Having Size 3 X 4 Cm But Unable To Resize Crystal Report?

Dec 30, 2010

I got a problem I want to print a report which is receipt having size 3 x 4 cm. i am unable to resize crystal report. i am using crystal report coming with visual studio.net 2008.

View 1 Replies

Crystal Report Not Loading - Get The Load Report Failed Notice

Jun 5, 2011

I have created an application using vb.net 2008 and for reports Crystal Reports Basic for Visual Studio 2008 but the problem is, when I run the application in another machine away from developing box, I get the Load report failed notice. I don't have any idea on how I should approach this issue. I tried installing the CRRedist2008_x86 and CRRedist2005_x86 but still the problem won't go away.

View 3 Replies

Display Data From Table In Report Footer Of Crystal Report?

Dec 2, 2010

I'm having a problem with my crystal report with regards to report footer. I want to display the data from the table, column name "Remarks" in report footer but when I try to call the data it doesn't show the remarks. I'm using VB 6 and mdb files as my back end. Is there any command or fundamental that I've missed?

View 1 Replies

Crystal Report - Dosn't Shows Any Report Instead Of It Gives An Error

Jun 21, 2010

I had created 5-6 crystal report in my vb.net project with back end sql server 2005 and i had given my path for crystal report. after this i had creted setup and deployed at customer machine but there it dosn't shows any report instead of it gives an error. for viewing report so how to come up with this probelm.

View 7 Replies

Crystal Report With Joined Query Not Showing On Report

Jun 5, 2011

im trying to fetch rows in 3 TABLES using JOined Queries.im tried the query first in MS ACCESS and it worked but when i tried to show it in Crystal report it wont show its data. [code]

View 7 Replies

Draw A Crystal Report Viewer To View The Report?

Aug 14, 2010

I am working on a windows application in VB.Net 2008. I have added a crystal report in my project. and I have draw a Crystal Report Viewer to view the report. But when I run this report It asks user name and password. (The snapshot is attached here) I have used the following code to set the log on info of report.

[Code]...

View 1 Replies







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