473,761 Members | 2,410 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Display Crystal Report

I am trying to display a Crystal Report in an application I developed.
I used the following tools:

Microsoft Visual Studio.NET 2005 Standard
Crystal Reports 10 Professional

I am using the Crystal ActiveX Report Viewer Control 10.0 to display
the report. It displays fine on my computer, but does not work on the
client computer. I have copied the following dlls to the client
computer:

AxInterop.Cryst alActiveXReport ViewerLib10.dll
Interop.CRAXDRT .dll
Interop.Crystal ActiveXReportVi ewerLib10.dll

I am getting the error message: Class not registered.

Can I display the report on a client computer if crystal is not
installed?

I tried registering the above dlls, but received this error:

....the DllRegisterServ er entry point was not found

Any ideas?

Sep 20 '06 #1
8 10506
rz******@gmail. com wrote in news:1158773306 .716649.112930
@h48g2000cwc.go oglegroups.com:
I am trying to display a Crystal Report in an application I developed.
I used the following tools:

Microsoft Visual Studio.NET 2005 Standard
Crystal Reports 10 Professional
AxInterop.Cryst alActiveXReport ViewerLib10.dll
Interop.CRAXDRT .dll
Interop.Crystal ActiveXReportVi ewerLib10.dll

I am getting the error message: Class not registered.

Can I display the report on a client computer if crystal is not
installed?

I tried registering the above dlls, but received this error:
You need to regsvr32 the base DLLs - not these ones.

You might be better off:

Downloading the ActiveX Crystal Redistributable

OR even better...

Use the .NET viewer (if one was provided for Crystal 10).

Sep 20 '06 #2

Spam Catcher wrote:
rz******@gmail. com wrote in news:1158773306 .716649.112930
@h48g2000cwc.go oglegroups.com:
I am trying to display a Crystal Report in an application I developed.
I used the following tools:

Microsoft Visual Studio.NET 2005 Standard
Crystal Reports 10 Professional

AxInterop.Cryst alActiveXReport ViewerLib10.dll
Interop.CRAXDRT .dll
Interop.Crystal ActiveXReportVi ewerLib10.dll

I am getting the error message: Class not registered.

Can I display the report on a client computer if crystal is not
installed?

I tried registering the above dlls, but received this error:

You need to regsvr32 the base DLLs - not these ones.

You might be better off:

Downloading the ActiveX Crystal Redistributable

OR even better...

Use the .NET viewer (if one was provided for Crystal 10).
I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable ?

Sep 20 '06 #3
rz******@gmail. com wrote in news:1158774974 .823524.57480
@i42g2000cwa.go oglegroups.com:
>
I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable ?
Check BusinessObjects .com.
Sep 20 '06 #4

Spam Catcher wrote:
rz******@gmail. com wrote in news:1158774974 .823524.57480
@i42g2000cwa.go oglegroups.com:

I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable ?

Check BusinessObjects .com.\
Any other ideas? I can't find it.

Sep 20 '06 #5
rz******@gmail. com wrote in news:1158797192 .720363.57900
@h48g2000cwc.go oglegroups.com:
>
Spam Catcher wrote:
>rz******@gmail. com wrote in news:1158774974 .823524.57480
@i42g2000cwa.g ooglegroups.com :
>
I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable ?

Check BusinessObjects .com.\

Any other ideas? I can't find it.

http://technicalsupport.businessobje...ite/search.do?
cmd=displayKC&d ocType=kc&exter nalId=c2017441& sliceId=&dialog ID=5656254
&stateId=1%200% 205664169
You can also use the built in VS.NET 2005 Crystal Reports viewer (it
doesn't have all the features) or perhaps you should upgrade to Crystal XI
(~350.00 for the VS.NET 2005 bundled -Full version).
Sep 21 '06 #6
Visual Studio.NET 2005 Standard does not have Crystal Reports (I beieve
the professional version does).

Ryan

Spam Catcher wrote:
rz******@gmail. com wrote in news:1158797192 .720363.57900
@h48g2000cwc.go oglegroups.com:

Spam Catcher wrote:
rz******@gmail. com wrote in news:1158774974 .823524.57480
@i42g2000cwa.go oglegroups.com:


I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable ?

Check BusinessObjects .com.\
Any other ideas? I can't find it.


http://technicalsupport.businessobje...ite/search.do?
cmd=displayKC&d ocType=kc&exter nalId=c2017441& sliceId=&dialog ID=5656254
&stateId=1%200% 205664169
You can also use the built in VS.NET 2005 Crystal Reports viewer (it
doesn't have all the features) or perhaps you should upgrade to Crystal XI
(~350.00 for the VS.NET 2005 bundled -Full version).
Sep 21 '06 #7
The link you sent me is referring to the ActiveX viewer for web
applications. I am developing a Windows application.

Ryan

rzale...@gmail. com wrote:
Visual Studio.NET 2005 Standard does not have Crystal Reports (I beieve
the professional version does).

Ryan

Spam Catcher wrote:
rz******@gmail. com wrote in news:1158797192 .720363.57900
@h48g2000cwc.go oglegroups.com:
>
Spam Catcher wrote:
>rz******@gmail. com wrote in news:1158774974 .823524.57480
>@i42g2000cwa.g ooglegroups.com :
>>
>
I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable ?
>>
>Check BusinessObjects .com.\
>
Any other ideas? I can't find it.

http://technicalsupport.businessobje...ite/search.do?
cmd=displayKC&d ocType=kc&exter nalId=c2017441& sliceId=&dialog ID=5656254
&stateId=1%200% 205664169
You can also use the built in VS.NET 2005 Crystal Reports viewer (it
doesn't have all the features) or perhaps you should upgrade to Crystal XI
(~350.00 for the VS.NET 2005 bundled -Full version).
Sep 21 '06 #8
I fixed my problem. Here is what I did:

1. Ran CrystalReports1 0_NET_EmbeddedI nstall.msi
2. Registered craxdrt.dll
3. Registered crviewer.dll

Ryan

rz******@gmail. com wrote:
The link you sent me is referring to the ActiveX viewer for web
applications. I am developing a Windows application.

Ryan

rzale...@gmail. com wrote:
Visual Studio.NET 2005 Standard does not have Crystal Reports (I beieve
the professional version does).

Ryan

Spam Catcher wrote:
rz******@gmail. com wrote in news:1158797192 .720363.57900
@h48g2000cwc.go oglegroups.com:
>

Spam Catcher wrote:
rz******@gmail. com wrote in news:1158774974 .823524.57480
@i42g2000cwa.go oglegroups.com:
>

I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable ?
>
Check BusinessObjects .com.\

Any other ideas? I can't find it.
>
>
http://technicalsupport.businessobje...ite/search.do?
cmd=displayKC&d ocType=kc&exter nalId=c2017441& sliceId=&dialog ID=5656254
&stateId=1%200% 205664169
>
>
You can also use the built in VS.NET 2005 Crystal Reports viewer (it
doesn't have all the features) or perhaps you should upgrade to Crystal XI
(~350.00 for the VS.NET 2005 bundled -Full version).
Sep 21 '06 #9

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

Similar topics

2
2624
by: mary | last post by:
I need to display 10 fields (columns) to display in a crystal Report. When I am trying to print the report some of the columns are cutting off from the report. Is there any way to display the report horizontally. I am using Crystal Report 9. Please some body help me Thanks mary
1
2783
by: JK | last post by:
In my win form, I'm trying to display a Crystal report with the data in my dataset only but, if I follow the steps in this msdn page: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/crtsksettingupanado.netreportinaviewer.asp it always displays all the data regardless of the Select statement I run. Here's my code: InitializeComponent(); //my code
3
10272
by: Mark | last post by:
Hello all - I'm at wits end with trying to figure out why I'm having this problem since I followed the research, that I've dug up, to a "T". I'm trying to display a JPEG image from a path directory within a Crystal Report. I created a typed dataset that is not bound to the database called dsLogo and created one field within it that has a base64binary type for the image. Once I've incorporated the dataset into the report and dropped the...
2
3147
by: Delali Dzirasa | last post by:
I am a newbie and am creating my first asp.net in crystal reports. I have created the report (.rpt file) and have dropped the CrystalReportViewer on the web form. From the databinding properties I have set the ReportSource to the path of the report file......this cause the report viewer to display the data. Problem is on the form at (design time "and" run time) none of the standard
2
5471
by: deegee | last post by:
hi, I'm trying to display a simple crystal report from within a web application but I keep getting prompted to enter login details for the database (oracle). Entering the correct information manually displays the report perfectly but there must be a way of passing the login details automatically?? How do I do it? There is currently no code in the page - I simply added a Crystal Report Viewer and set the report as required.
0
7451
by: Jeff | last post by:
Help!!! The bitmap I am trying to display in a sample Crystal Report is coming up with much less quality than the original bitmap. I have a 300x300 dpi bitmap file that I want to insert at run time into a Crystal Report. The path to the file is stored in a varchar(100) field in a table in SQL Server. The Crystal Report displays the bitmap in the IBlobField object but it
0
2253
by: omagebi | last post by:
crystal report toolbar does not display well in my web application project -------------------------------------------------------------------------------- plsssssssssss help, the crystal report tool bar in my web app project does not display its icons well and the printer icon does not display print dialog box when clicked ..............urgent
2
1685
by: Shailja | last post by:
Hi, I have passed ID from VB to crystal report 8. Value is getting passed correctly. Now I want to display records of that ID only. But I am getting all the records in Crystal Report. What code do i need to write in Crystal Report so that it display records of passed ID only. Kindly let me know.
1
2258
by: gsauns | last post by:
I store images in my SQL 2005 database in a varbinary(max) field. I want to display them in a Crystal Report. Within Crystal Reports, when I put the field on the page and preview the report, it shows up. Great. But I wish to display it within a CrystalReportViewer control. When I do this, it shows up as a broken image (with the red X)... Anyone know anything? The report was made using Crystal 10.
0
10115
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8780
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7332
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6609
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3881
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3456
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.