473,327 Members | 2,074 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Xcopy Crystal Reports 10 runtime without Merge-Modules

Hello, I want to deploy Crystal Reports 10 without using merge-modules.
I'm using Crystal Reports 10 developer edition. So I created a report
in CR10 and call in in .Net 2003 (see example below). It's an
application for our company, so I don't need a setup routine with all
overhead files in it. So, the questions are: Which files must be copied
? Do I have to register some of them ??? Do I have to do something with
the license key for the reports (like the CR-version which is included
in .Net 2003 ??
I searched the Internet, but I don't found anything what helps me. Does
somebody can help me ?? Thanks a lot.....
Dim CrReportDocument As
CrystalDecisions.CrystalReports.Engine.ReportDocum ent
Dim crDatabase As Database
'Create an instance of the strongly-typed report object
CrReportDocument = New
CrystalDecisions.CrystalReports.Engine.ReportDocum ent
CrReportDocument.FileName =
System.Windows.Forms.Application.StartupPath &
"\Reports\Kostendaten.rpt"

' Daten aus der tabelle in den DataAdapter lesen
ora_da = New OracleClient.OracleDataAdapter("SELECT JAHR, MONAT,
BETRAG, GUV_KONTO,ANLAGEKLASSE, BEZEICHNUNGSFELD, " & _ " NAME,
PRIMANOTA, REVERSIERUNG FROM XXMCL_KOSTENDATEN where Jahr = " &
Me.txt_ReportJahr.Text & " and Monat = " & Me.cmb_ReportMonat.Text &
str_Status, cn_RoleConnection)

ora_da.Fill(ora_ds, "XXMCL_KOSTENDATEN ")

'Pass the populated dataset to the report
CrReportDocument.SetDataSource(ora_ds)
CrystalReportViewer1.ReportSource = CrReportDocument
CrystalReportViewer1.Show()

Oct 28 '05 #1
1 1619
I read a while back that someone had done this, but they didn't give any
details. I think it was pretty complicated b/c there are also registry
entries to need to make. The best idea I would have is to use one of those
programs that track everything done to your computer during an installation
(so it can be rolled back) and then look at its log file to see what changes
it tracked.

HTH,

Brian Bischof
www.CrystalReportsBook.com

<tk********@aol.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
Hello, I want to deploy Crystal Reports 10 without using merge-modules.
I'm using Crystal Reports 10 developer edition. So I created a report
in CR10 and call in in .Net 2003 (see example below). It's an
application for our company, so I don't need a setup routine with all
overhead files in it. So, the questions are: Which files must be copied
? Do I have to register some of them ??? Do I have to do something with
the license key for the reports (like the CR-version which is included
in .Net 2003 ??
I searched the Internet, but I don't found anything what helps me. Does
somebody can help me ?? Thanks a lot.....
Dim CrReportDocument As
CrystalDecisions.CrystalReports.Engine.ReportDocum ent
Dim crDatabase As Database
'Create an instance of the strongly-typed report object
CrReportDocument = New
CrystalDecisions.CrystalReports.Engine.ReportDocum ent
CrReportDocument.FileName =
System.Windows.Forms.Application.StartupPath &
"\Reports\Kostendaten.rpt"

' Daten aus der tabelle in den DataAdapter lesen
ora_da = New OracleClient.OracleDataAdapter("SELECT JAHR, MONAT,
BETRAG, GUV_KONTO,ANLAGEKLASSE, BEZEICHNUNGSFELD, " & _ " NAME,
PRIMANOTA, REVERSIERUNG FROM XXMCL_KOSTENDATEN where Jahr = " &
Me.txt_ReportJahr.Text & " and Monat = " & Me.cmb_ReportMonat.Text &
str_Status, cn_RoleConnection)

ora_da.Fill(ora_ds, "XXMCL_KOSTENDATEN ")

'Pass the populated dataset to the report
CrReportDocument.SetDataSource(ora_ds)
CrystalReportViewer1.ReportSource = CrReportDocument
CrystalReportViewer1.Show()

Oct 31 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal...
5
by: BStorm | last post by:
I have a transaction log file where the DataSet table's Description column is actually delimited into "subcolumns" based upon the transaction id. I would like to parse these into separate fields...
1
by: Gudni G. Sigurdsson | last post by:
Hi. I am working on a program for the .NET Framework written in C# with Visual Studio .NET. With this program, one can print a report realized with the Crystal Report software included with VS...
0
by: stephan | last post by:
I know that this has been beaten to death but I can't seem to resolve my issues (I have 2 of them). I have created a class that exposes a public method which returns a datatable as a datasource...
4
by: Aaron Schnieder | last post by:
Hi, I have developed an ASP .NET application which using Crystal Reports for my reporting needs. My local development is Windows XP Pro with IIS and Visual Studio .NET 2003. The ASP .NET site...
3
by: Noble Bell | last post by:
Here is what is going on: 1) I create a Crystal embedded report (Windows Forms Application) and I follow all the help to the letter on how to do this. 2) On my development machine every thing...
4
by: Mike | last post by:
Hi We are developing an ASP.NET 2.0 application and using the in built Crystal report system that it comes with. We have everything running fine on our development server but when we publish...
1
by: steveberwick | last post by:
**Using Visual Studio 2005 and Crystal Reports XI Release 2 Developer Edition. I currently have a multi-threaded C# application that loads a Crystal Report at runtime, fills out the necessary...
2
by: Code Monkey | last post by:
I've just developed an Windows application that uses Crystal Reports (v10 ? - the version that ships with VS2005). Whilst the application works fine - reports can be viewed on the development...
3
by: Liz | last post by:
I was intending to use an XCOPY install for a VS2005 C# WinForms app but when I copied the files and ran the app on a clean machine it failed when it needed Crystal Reports. Can you not use XCOPY...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.