Hello!
I use Crystal Report 9.0 and VS.NET 2003.
I hardly need run such code at my client PC (it's just one report).
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument m_oReport= new CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument();
m_oReport.ReportAppServer = "localhost";
object oRptPath = Application.StartupPath + @"\CreditTicket.rpt";
m_oReport.Open(ref oRptPath, 1);
At my PC everything is OK, but at client's machines I got error "Failed to start print engine.". Please note, that I install CR9 runtime to client's machine.
Any suggestions?
I use Crystal Report 9.0 and VS.NET 2003.
I hardly need run such code at my client PC (it's just one report).
CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument m_oReport= new CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument();
m_oReport.ReportAppServer = "localhost";
object oRptPath = Application.StartupPath + @"\CreditTicket.rpt";
m_oReport.Open(ref oRptPath, 1);
At my PC everything is OK, but at client's machines I got error "Failed to start print engine.". Please note, that I install CR9 runtime to client's machine.
Any suggestions?