Reputation: 351
I hav visual studio 2008 project and in client computer in crystal report there occurs error and the message is "CrystalDescision.CrystalReports.Engine, Version=10.5.3700.0,Culture=neutral..." so how can i load cyrstal report without installing visual studio 2008...
Upvotes: 0
Views: 555
Reputation: 11
In the deployment project right click on the project in solution explorer and got to properties. Add Crystal as a prerequisite here and it will install crystal dlls from the web or from the deployment package as required!
Upvotes: 1
Reputation: 11409
We had the same issue in our project and the solution was to have the client install Crystal reports on his PC.
You will need to install only the Basic Runtime version of CrystalReports which you can get from here (this corresponds to the 10.5 version).
Regarding deployment you have 2 options:
Upvotes: 0