Page 1 of 1

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

Posted: Tue Feb 19, 2019 7:28 pm
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?

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

Posted: Wed Feb 20, 2019 6:51 pm
by Lech Kulikowski
Hello,

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

Thank you.

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

Posted: Thu Aug 12, 2021 8:59 pm
by evflores001
Is Compilation mode still not supported in NET Core versions?

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

Posted: Mon Aug 16, 2021 6:33 am
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.