Report must be 'interpreted' not 'compiled' after updating to 2019.2.1

Stimulsoft Reports.WEB discussion
Post Reply
buzallen
Posts: 11
Joined: Mon Jan 21, 2019 7:36 pm

Report must be 'interpreted' not 'compiled' after updating to 2019.2.1

Post by buzallen »

Using reports.web with an ASP MVC Core 2.2 application. After I updated the package to 2019.2.1 when previewing a report stimulsoft warns that the report must be interpreted and can't be compiled. This happens even with a basic report that has a single data item on it. From some searching it appears that having a report be interpreted is not ideal in that the expressions do not function correctly?
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Report must be 'interpreted' not 'compiled' after updating to 2019.2.1

Post by Lech Kulikowski »

Hello,

In the NET Core version, the Compilation is not supported, only Interpretation mode is available.

Thank you.
evflores001
Posts: 21
Joined: Wed Dec 02, 2020 9:21 pm

Re: Report must be 'interpreted' not 'compiled' after updating to 2019.2.1

Post by evflores001 »

Is Compilation mode still not supported in NET Core versions?
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Report must be 'interpreted' not 'compiled' after updating to 2019.2.1

Post by Andrew »

Hello,

For the version 2021.1, when using the .NET Core framework, we have added support for compilation for reports. Now you can use all the reporting tool features like compilation at runtime, functions, publishing reports as classes. Compilation for .NET Core 3.1 is only available on Windows systems, and .NET 5.0 is available on all supported systems.

Thank you.
Post Reply