Error with Crystal Report The report could not be loaded

0

Currently the application is working for several users, but sometimes the system gives an error when they try to preview a report that they generate many times a day.

The error generated by crytal report is "The report could not be loaded" , at Visual Studio level the reports have been left as an embedded resource and I have placed the tag in the app.config :

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>

According to what I researched, they should solve the majority of the error with crystal report, but that error keeps happening to me.

    
asked by Miguel Rodriguez 04.09.2018 в 18:50
source

1 answer

1

Generally, that depends on the version of the Crystal Report runtime, you can visit the following link to download the latest version Crystal report Runtime In some cases, it also happens that the client's equipment does not have the appropriate services pack for the NETFramework applications, making it necessary to update it.

    
answered by 05.09.2018 / 22:23
source