0
votes

I am using Microsoft Visual Studio 2008 and I want to publish a C# application which contains a SQL Server database and Crystal Reports. I have tried deploying the project with setup project and using SQL Server 2005 and Crystal Reports as prerequisites but it still doesn't work.

1
What is the problem you encountered?Samarth Agarwal

1 Answers

0
votes

make sure to install the Crystal reports runtime on the client's machine, then the reports will work as well. If there is no crystal reports installed they will not work on client's machine.

Cheers