Page 1 of 1
File -> Open won't load a report
Posted: Mon Nov 11, 2024 4:23 am
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.
Re: File -> Open won't load a report
Posted: Mon Nov 11, 2024 10:42 am
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.
Re: File -> Open won't load a report
Posted: Mon Nov 18, 2024 10:25 am
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.
Re: File -> Open won't load a report
Posted: Mon Nov 18, 2024 11:41 am
by Max Shamanov
Hello.
We are still working on the issue.
We will let you know when we get any result.
Thank you.
#16044
Re: File -> Open won't load a report
Posted: Wed Nov 20, 2024 6:17 am
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.
Re: File -> Open won't load a report
Posted: Fri Nov 22, 2024 2:32 pm
by admin@secsol.co.uk
Thank you, that works perfectly

Re: File -> Open won't load a report
Posted: Fri Nov 22, 2024 2:38 pm
by Max Shamanov
Hello,
You are welcome.