Hi, I really hope someone can help, I'm at my newbie wits' end. I have a .NET app with reports. Exporting these reports to PDF is fine on the development machine (running Visual Studio .NET 2002). When I deploy the application to the server (no VS.net installed)
attempts to export the reports to PDF display this error: CrystalReportViewer - CrystalReportViewer1 Use ReportSource or DataBindings property to specify a report source. I installed this app on the server via a setup project where the necessary Crystal Reports
.msm modules have been specified (per the Crystal Decisions support doc). The server is Win2K, IIS5, IE6, Acrobat Reader 6. I also tried Reader 4, since I've come across posts indicating there might be problems with IE6 & Reader 6. Viewing the reports and
exporting to Excel work just fine. Does anyone have a notion of what I could be missing? TIA
Found solution. Server was missing a CR module: Database_Access_enu.msm. The means to export to Excel and export to PDF are in two different modules. Geez! Using the setup project for my application, I added the reference to this module, built the application,
installed it on my server and it worked (after several frustrating tries). Of course, it wasn't as easy as it seems here but it works now!
coribj
Member
10 Points
2 Posts
Export to PDF OK on dev, not on server
Sep 02, 2003 09:05 PM|LINK
coribj
Member
10 Points
2 Posts
Re: Export to PDF OK on dev, not on server
Sep 05, 2003 07:27 PM|LINK