Crash on report loading

Stimulsoft Reports.ANGULAR discussion
Post Reply
Yannick
Posts: 4
Joined: Mon Jun 20, 2022 3:08 pm

Crash on report loading

Post by Yannick »

Hello

We are trying to upgrade Stimulsoft.Reports.Angular.NetCore from version 2023.3.3 to the latest version 2024.3.3 and now the report is crashing on loading

IMG1.jpg
IMG1.jpg (102.99 KiB) Viewed 1488 times

The htmlHelper passed before is null, an instance should probably be passed instead of null

img2.jpg
img2.jpg (28.35 KiB) Viewed 1488 times

The loading seems to crash when passing form values
Maybe we missed something but we can't see what

You can reproduce by downloading a sample project on https://publish.stimulsoft.com/#NetCore/Angular
Select ASP.NET MVC, Angular, .NET 6, File, Show
Then in the project, in ViewerController.cs in InitViewer add this line right before the return :

options.Server.PassFormValues = true;

Then run the project and the page will crash on loading

Thank you for your help
Vadim
Posts: 384
Joined: Tue Apr 23, 2013 11:23 am

Re: Crash on report loading

Post by Vadim »

Hello.

Will be fixed from 2023.3.4 version.
Post Reply