Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 12th, 2009, 07:51 AM
Registered User
 
Join Date: Jan 2009
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
Default Problem using crystal report in web application

Hi,
I have error in using crystal report in my web application.Can anyone tell the possible causes for this error and how to rectify them??

Error in File UNKNOWN.RPT:
The request could not be submitted for background processing.


Exception Details:System.Runtime.InteropServices.COMExceptio n: Error in File UNKNOWN.RPT:
The request could not be submitted for background processing.

ReportDocument attrep = new ReportDocument();
attrep.Load(Server.MapPath("crDetailsReport.rpt")) ;
attrep.SetDataSource((DataTable)objDt.DefaultView. ToTable());
CrystalReportViewer1.ReportSource = attrep;


thnx....





Similar Threads
Thread Thread Starter Forum Replies Last Post
Application is not opening Crystal Report in Vista Suhas VB How-To 3 April 10th, 2007 05:33 AM
problem with crystal report web service id2359 BOOK: Professional Crystal Reports for VS.NET 2 January 15th, 2006 09:19 PM
crystal report web application abend edbrinkm Crystal Reports 1 July 8th, 2005 10:36 AM
crystal report in web app gives problem teo.landgraf Crystal Reports 0 January 13th, 2005 03:17 AM
problem with crystal report web service id2359 BOOK: Professional Crystal Reports for VS.NET 0 October 28th, 2004 06:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.