cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports XI R2 on .Net 2.0 framework

Former Member
0 Kudos

Hi,.

I am new to Crystal Reports XI R2 on .Net 2.0 framework.

1) What are the steps to install Crystal Reports XI, R2, on .NET 2.0 framework and SQL 2005. Currently, we have Crystal Reports 9.0 and ASP as front end?

2) Is there any documentation for installing Crystal Reports XI, R2, on .NET 2.0 framework?

3) Are there any links for developing Crystal Reports XI, R2, on .NET 2.0 framework in ASP.net ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jaya,

1) What are the steps to install Crystal Reports XI, R2, on .NET 2.0 framework and SQL 2005. Currently, we have Crystal Reports 9.0 and ASP as front end?

> If you plan to use CRXIR2 with VS2005 or above then first install VS and then CRXIR2 in the machine.The CR setup wizard will guide you to install the setup.

2) Is there any documentation for installing Crystal Reports XI, R2, on .NET 2.0 framework?

> In development machine, the wizard will help you. Creating a deployment package using merge modules can be understood from [this|http://resources.businessobjects.com/support/communityCS/TechnicalPapers/crxi_r2_net_deployment.pdf].

3) Are there any links for developing Crystal Reports XI, R2, on .NET 2.0 framework in ASP.net ?

> [Library and Samples|https://boc.sdn.sap.com/node/7770]

Did I answer you properly?

Regards,

AG.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I have installed Microsoft Visual Web developer 2005 on my machine. But IIS component option does not appear while I am installing Crystal Server.

Which trial softwares to work, with Crystal Server XI, SQL Server and Microsoft Visual Studio.Net.

Any ideas greatly appreciated.

Thanks

Former Member
0 Kudos

Thanks AG.

I have installed VS 2005 Express Edition, Crystal reports 2008, Crystal Server 2008 Trial version. But Crystal Server 2008 is not integrating with IIS.

While installation, Server options are Oracle Portal Server 10g, WebLogic, WebSphere and Tomcat. But not IIS.

So my question is how to integrate Crystal Reports, VS 2005 with .Net using IIS.

Thanks in advance.

Former Member
0 Kudos

Hi Jaya,

Would like to infor that Express Edition of VS is not tested and not supported with CR.

Please do not use VS Express edition with CR.

Hope this helps.

Regards

Amit

Former Member
0 Kudos

Thanks for providing useful information.

I need to know the exact library to use for Crystal XI R2.0 Web Development and Samples. As the below link provides me entire deocumentataion.

https://boc.sdn.sap.com/node/7777

2) Shall I have to use crystal SDK for Crystal XI R 2.0 web development? Why is it used?

I would appreciate your response in this regard.

Thanks

Former Member
0 Kudos

Hi Jaya,

The .Net sdk is used to programatically interact with Crystal Reports through code and do various activities on reports like passing parameters, changing database, export reports etc, many of these are explained in samples that are provided.

There are 2 object models Viewer and ReportDocument, using which the above mentioned and many more work can be done. These sdks are available in Developer edition of our Crystal products and helps the developers to integrate there custom based application to use crystal reports in them.

The sdk are defined under the SDK Fundamental section. So, in short, you can use the Crystal SDK for development of web and windows based application that would have Crystal reports in them.

I would suggest you to try the sample first and have a look at the code, this would give you some hint about the sdk and its approach and you have the doc to help you out, well, that's a suggestion....

Have I answered your questions?

Let us know if you need more help!

Regards,

Atanu.