Page 2 of 2

Re: Upgrade to .net 7 breaks reporting

Posted: Thu Apr 13, 2023 10:17 am
by YoabOGTL
Hello, still no update?

Re: Upgrade to .net 7 breaks reporting

Posted: Thu Apr 13, 2023 2:08 pm
by Lech Kulikowski
Hello,

Sorry, no.

Re: Upgrade to .net 7 breaks reporting

Posted: Thu Apr 20, 2023 12:43 pm
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.

Re: Upgrade to .net 7 breaks reporting

Posted: Thu Apr 20, 2023 2:53 pm
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?

Re: Upgrade to .net 7 breaks reporting

Posted: Fri Apr 21, 2023 7:59 am
by YoabOGTL
Hello,
Please when will the next build 2023.2.3 be available?

Re: Upgrade to .net 7 breaks reporting

Posted: Fri Apr 21, 2023 3:13 pm
by Max Shamanov
Hello,

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

Thank you.

Re: Upgrade to .net 7 breaks reporting

Posted: Fri Apr 21, 2023 6:19 pm
by YoabOGTL
Thanks

Re: Upgrade to .net 7 breaks reporting

Posted: Tue Apr 25, 2023 12:24 pm
by Lech Kulikowski
Hello,

You are welcome.