My console app use crystal Report .rpt to generate report.I have referenced dll(CrystalDecisions.CrystalReports.Engine) required for SAP Crystal. When i run that console it run perfectly and generates report.
Now. I have a SQL Server agent job that run the(CmdExec) .exe of that console app. When i run the job it gives me error(Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0). Please advice me on this, I have spent lots of time to fix this issue