File -> Open won't load a report

Stimulsoft Reports.BLAZOR discussion
Post Reply
admin@secsol.co.uk
Posts: 34
Joined: Wed Jun 01, 2022 8:26 am

File -> Open won't load a report

Post by admin@secsol.co.uk »

If I run the attached project and use File -> Open

I can open the "Report.mrt" file but if I try and load the "Invoice Basic.mrt" it just locks up.

If I use the online report designer the "Invoice Basic.mrt" loads fine.
Attachments
Test.zip
(522 KiB) Downloaded 196 times
Max Shamanov
Posts: 990
Joined: Tue Sep 07, 2021 10:11 am

Re: File -> Open won't load a report

Post by Max Shamanov »

Hello,

Thank you for the sample.
We need some additional time to investigate the issue, we will let you know about the result as soon as possible.

Thank you.
admin@secsol.co.uk
Posts: 34
Joined: Wed Jun 01, 2022 8:26 am

Re: File -> Open won't load a report

Post by admin@secsol.co.uk »

HI, Any news on this yet?

I need to transfer some reports form one system to another but I can't get them into the second system.
Max Shamanov
Posts: 990
Joined: Tue Sep 07, 2021 10:11 am

Re: File -> Open won't load a report

Post by Max Shamanov »

Hello.​​

We are still working on the issue.
We will let you know when we get any result.

Thank you.
#16044
Max Shamanov
Posts: 990
Joined: Tue Sep 07, 2021 10:11 am

Re: File -> Open won't load a report

Post by Max Shamanov »

Hello,

Please add SignalR service to your project:

Code: Select all

builder.Services.AddSignalR(hubOptions =>
{
    hubOptions.MaximumReceiveMessageSize = 10 * 1024 * 1024; // 10MB
});
Thank you.
Attachments
387706364-3ed080d2-6d12-449a-8306-02202ff24543.png
387706364-3ed080d2-6d12-449a-8306-02202ff24543.png (73.27 KiB) Viewed 16517 times
admin@secsol.co.uk
Posts: 34
Joined: Wed Jun 01, 2022 8:26 am

Re: File -> Open won't load a report

Post by admin@secsol.co.uk »

Thank you, that works perfectly :)
Max Shamanov
Posts: 990
Joined: Tue Sep 07, 2021 10:11 am

Re: File -> Open won't load a report

Post by Max Shamanov »

Hello,

You are welcome.
Post Reply