Crystal Report Engine isn't found

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.
 
S

salman

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top