Error in File UNKNOWN.RPT:
The request could not be submitted for background processing. 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Runtime.InteropServices.COMException: Error in File UNKNOWN.RPT:
The request could not be submitted for background processing.源错误: 
行 226:
行 227:
行 228:        CrystalReportSource1.ReportDocument.Load(Server.MapPath("CrystalReport.rpt"));行 229:        CrystalReportSource1.ReportDocument.SetDataSource(ds.Tables["DataTable1"]);
行 230:
 源文件: d:\wwwroot\asp_net\yd_doeip_com\web\Login\crystalDemo.aspx.cs    行: 228 堆栈跟踪: 
[COMException (0x800002ad): Error in File UNKNOWN.RPT:
The request could not be submitted for background processing.]
   CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
   CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
   CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +271[CrystalReportsException: Load report failed.]
   CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +333
   CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +893
   CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +84
   Login_crystalDemo.getCrystalRepot() in d:\wwwroot\asp_net\yd_doeip_com\web\Login\crystalDemo.aspx.cs:228
   Login_crystalDemo.Page_Load(Object sender, EventArgs e) in d:\wwwroot\asp_net\yd_doeip_com\web\Login\crystalDemo.aspx.cs:95
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3053; ASP.NET 版本:2.0.50727.3053 这个是咋个回事啊?我本地运行是正确的上传到服务器上就是这个样子了