cancel
Showing results for 
Search instead for 
Did you mean: 

C# visual studio 2017 report load error

0 Kudos

Please help me as I am trying to call crystal report from visual studio 2017 on computer where visual studio installed its calling crystal reports and working fine but when I am running the same from another computer its give me report load error I checked crystal report available in given path please help me me code given below. thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

Have you installed the SDK runtime on the computer where this is not working? You can't just copy the SDK assembly files over when you deploy your program, you MUST use one of the runtime installs that are available. There are a number of registry settings that need to be in place and that doesn't happen unless you install the SDK.

Also, the version of the runtime that you install must match the version you used when developing your application.

-Dell