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

Crystal Reports 1

Status
Not open for further replies.

sicohne

Technical User
Jun 30, 2003
51
GB
I have a winform with a Crystal Reports viewer. The application has to be installed on a networked drive.
The trouble is that only the PC which installed the application can access the Crystal Reports viewer without error.

Is there a depedancy which I can add to the installation or Crystal Reports runtime so that I don't have to install CR on all the PCs?
 
Unfortunately, no. While the app may be on the server, it is not running on the server. It is running on the PC that requested it, and thus the CR merge modules must be installed on that PC, and on any others that are to run the app.



I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
 
Obviously not the answer I was hoping for, but thanks none the less
 
Hmmm...I wonder if the reports would work, if just the Crystal Reports merge modules were installed on each client?. I would say it is worth a go to create a client install which contains just the merge modules.

Is there a valid reason why the app has to be installed on the server. If its simply to ensure that ever user has the latest version of your app, simply create a Loader application (Console app), that checks the network drive for all the latest .Exe and .dll files, and copies them to the client


Sweep
...if it works dont f*** with it
curse.gif
 
Creating a setup with nothing but the Crystal Reports merge modules does seem to work! Thanks for the suggestion.

Must admit I never considered a Loader application.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top