I'm pretty new to developing crystal reports and have run into a snag. I created a report and it runs fine on my PC I then loaded it to a server and I get the following error:
Load report failed.: System.Runtime.InteropServices.COMException (0x80004005): The system cannot find the file specified. at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() :
My guess is that the applicaiton is trying to call this report by a name other than what I specified initally so it can't find it. It's in the proper folder but I can't be sure why this error is occuring. If anyone can help I would appreciate it.
Thanks,
Chris