Display Crystal Report

R

rzaleski

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.CrystalActiveXReportViewerLib10.dll
Interop.CRAXDRT.dll
Interop.CrystalActiveXReportViewerLib10.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 DllRegisterServer entry point was not found

Any ideas?
 
G

Guest

(e-mail address removed) wrote in @h48g2000cwc.googlegroups.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.CrystalActiveXReportViewerLib10.dll
Interop.CRAXDRT.dll
Interop.CrystalActiveXReportViewerLib10.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).
 
R

rzaleski

Spam said:
(e-mail address removed) wrote in @h48g2000cwc.googlegroups.com:


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?
 
G

Guest

(e-mail address removed) wrote in @i42g2000cwa.googlegroups.com:
I can't find the .NET Viewer. Where do you download the ActiveX
Crystal Redistributable?

Check BusinessObjects.com.
 
G

Guest

(e-mail address removed) wrote in @h48g2000cwc.googlegroups.com:
Any other ideas? I can't find it.


http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?
cmd=displayKC&docType=kc&externalId=c2017441&sliceId=&dialogID=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).
 
R

rzaleski

Visual Studio.NET 2005 Standard does not have Crystal Reports (I beieve
the professional version does).

Ryan
 
R

rzaleski

The link you sent me is referring to the ActiveX viewer for web
applications. I am developing a Windows application.

Ryan
 
R

rzaleski

I fixed my problem. Here is what I did:

1. Ran CrystalReports10_NET_EmbeddedInstall.msi
2. Registered craxdrt.dll
3. Registered crviewer.dll

Ryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top