Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports and .NET

Status
Not open for further replies.

chadau

Programmer
Nov 14, 2002
155
US
Ran the Dotnetfx.exe file on a PC to install the .NET framework. Then copied all of my application files to the PC and everything runs fine except for when my code makes a call to a Crystal ReportDocument object. This is the code used to call up the ReportDocument object:

Imports CrystalDecisions.CrystalReports.Engine

Public Class
Public Sub LoadReport(ByRef objRate As Rate)
Dim crpt As New ReportDocument() 'Bombs out here!

.....................
.....................
End Sub
................
................
End Class
 
The Crystal.Net libraries are not installed with the .Net framework. They are installed with Visual Studio.Net under a custom install. What version of Crystal Reports are you using and are you integrating in with CE?

Stephen Barrett
Systems Architect
Aon Consulting, Inc.
 
Thanks, but I have it figured out now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top