Upgrade to .net 7 breaks reporting

Stimulsoft Reports.WEB discussion
YoabOGTL
Posts: 9
Joined: Sun Mar 26, 2023 4:55 pm

Re: Upgrade to .net 7 breaks reporting

Post by YoabOGTL »

Hello, still no update?
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Upgrade to .net 7 breaks reporting

Post by Lech Kulikowski »

Hello,

Sorry, no.
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Upgrade to .net 7 breaks reporting

Post by Max Shamanov »

Hello,

The issue is fixed. Please check the next build 2023.2.3.
Also, please change the following code in your project from

Code: Select all

Image myImage = Image.FromFile(z); 
to

Code: Select all

var myImage = Stimulsoft.Drawing.Image.FromFile(z);
Thank you.
YoabOGTL
Posts: 9
Joined: Sun Mar 26, 2023 4:55 pm

Re: Upgrade to .net 7 breaks reporting

Post by YoabOGTL »

Hello,
Unfortunately I now get a new type of error, I made the changes above to the attached project sample and i get the attached error.
Do you have an idea when the next build will be available on Nuget?
Attachments
stimerror.png
stimerror.png (120.2 KiB) Viewed 2347 times
YoabOGTL
Posts: 9
Joined: Sun Mar 26, 2023 4:55 pm

Re: Upgrade to .net 7 breaks reporting

Post by YoabOGTL »

Hello,
Please when will the next build 2023.2.3 be available?
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Upgrade to .net 7 breaks reporting

Post by Max Shamanov »

Hello,

The next build 2023.2.3 will be available within the next week.

Thank you.
YoabOGTL
Posts: 9
Joined: Sun Mar 26, 2023 4:55 pm

Re: Upgrade to .net 7 breaks reporting

Post by YoabOGTL »

Thanks
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Upgrade to .net 7 breaks reporting

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply