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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating an .exe in .NET that runs a Crystal Report

Status
Not open for further replies.

sgk17

Technical User
Nov 8, 2002
68
US
I've created a report that I need to integrate into a .NET application. I've suceeded in running it on my machine, but when I try to create an .exe that will run on a different machine I get errors. I'm assuming that this is because I need to somehow include .dll files from Crystal. How do I do this and what .dll files need to be included. I'm including a report done in Crystal 9.0 and I also wonder if that might mess something up. Thanks.
 
If you mean you are compiling the report using the tool provided by Crystal Decisions, then this will not work with CR9 reports.



Reebo
UK
 
sgk17,

I am using VB6 & CR9 and the way to go is using the P&D wizard to create an installation package for the app. This will include any dlls necessary.

regards,
nicsin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top