Qt WebView downloading a report created by Crystal Reports in asp.net
-
Hi everyone,
I have a web ASP.NET app created by Visual Basic 2010. In one page I need to download a pdf file created by Crystal Reports. When I try to do it with any browser (Chrome, Mozilla...) it works but when I try to access it with my own browser (QT5 Web View), web fails with this error:
“A document processed by the JRC engine cannot be opened in the C++ stack”
I am surprised because this error should appear when CrystalReports fails to find the *.rpt file path on the project, but this path is right because in others browsers it works.
Perhaps I am missing in some step, I think that the report should be created by the server and the browser only need to download it.
Some idea or help?
Thank u a lot!