[RESOLVED] System.Runtime.InteropServices.COMException
Hi,
I am getting the following error after deploying it in server2008. In my local machine it is working fine..
System.Runtime.InteropServices.COMException: The system cannot find the file specified.
[COMException (0x80004005): The system cannot find the file specified.
]
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +159
CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +489
Please help me in rectifying..
Thanks in advance
Jegadeesh
Re: System.Runtime.InteropServices.COMException
It has been already replied in your previous post. The report is looking for report in particular path and could not able to find it.
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
Re: System.Runtime.InteropServices.COMException
Thank you Danasegar....Issue Resolved..
The Problem was RPT files are absent in published site.. So I have copied and pasted RPT files to the published folder.. It is working now..
Thank you Once again