0

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.

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

3 Answers3

0

You need to install SAP runtime for Crystal reports on the client machine

Lan
  • 1,335
  • 1
  • 9
  • 14
-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.