Crystal Report Engine isn't found

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm using VS2003, .net 2005 and Crystal Report 11 Rel 2. My C# application
runs fine on my Development machine but when I create the setup .msi file and
install it on another PC the Crystal Report gives an error about not able to
fine CrystalDecision.CrystalReports.Engine not found.

I have install CRRedist2005_x86 on the PC but it's still not working. Can
someone tell me how to correct this problem? Thanks.
 
your application run on your machine because you have crystal report
with .Net. To correct this problem you may have to set the
CrystalDecisions.*.* files (in Project Refrences) property named
CopyLocal to "True", and then compile the project and deployment on
other machine. May be this works

Salman
 
Back
Top