Hi
I am having this exact same problem with my asp.net page.
The really anoying thing for me is it works on my development server and not on my deployment server. Both servers are running the same version of windows and have the same options installed. I am hoping that in the time since you posted this you might have come accross a solution.
Also I have the crystal reports portion packaged in a dll and i can use a simple application with the exact same paramaters using the exact same function call and it will work. It is only when i go to create the report from asp.net that the problem occurs.
In case this is helpfull to any one here is the stack trace that it gives me.
[COMException (0x800001fb): Invalid file name.]
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +72
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +218
[Exception: Load report failed.]
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +270
CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +765
CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod) +53
NEWReportDLL.Crystal.BuildReport(String reportName, String exportFile, String db, String svr, String user, String pass, String rptparams) in C:\Documents and Settings\kurt\My Documents\Visual Studio Projects\NEWReportDLL\Crystal.vb:44
ASP.index_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in D:\Inetpub\BloodInterp\index.aspx:276
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926
Any help would be greatly appreciated.
Thank you in advance