I made my project in C# Visual Studio 2017 using .Net Framework 4.7 and SQL Server 2008. Now I tried to run my project in the client machine which has Windows 10 installed on it. After installing I ran the .exe file, all my functions are running smoothly except my Crystal Reports Viewer.
Asked
Active
Viewed 111 times
0

Dale K
- 25,246
- 15
- 42
- 71

Ankit Tiwari
- 17
- 9
-
What happened when you try to open Crystal reports? – Chetan Dec 02 '19 at 05:31
3 Answers
-1
You should have install SQL server on your client machine to make the database working similarly you are required to download the client tool for SAP report. So instal Crystal Report Runtime for client machine and it will let you open your reports on your client machine without any error.

Abdul Moiz
- 23
- 9
-1
Thanks everyone for your answers but I solved it , the issue was in version of Crystal report as it needed CR V13.0.25.134 for 64 bit but I was using CR V13.0.26 , so yeah I made it through. Thanks again everyone for your time.

Ankit Tiwari
- 17
- 9