Problem with .NET Framework version

Stimulsoft Reports.NET discussion
Post Reply
mumumilk
Posts: 6
Joined: Fri May 20, 2016 3:21 pm

Problem with .NET Framework version

Post by mumumilk »

Hello
I would like to ask some questions about .NET framework and Stimulsoft .NET versions.
In stimulsoft website, it says that the latest version (2016.3) supports .NET framework 4.0 or higher.
Image

I'm willing to update my application's reports to this latest version, but i'm targeting .NET Framework 4.0.
So i downloaded trial version, and i got some issues in my code when i updated my 2012.2 to 2016.3 stimulsoft's dll.
And i have this code (example below) all over my application, and to make RegData work again, i had to get System.XML.XDocument to make it work again.

Code: Select all

var report = new StiReport();
report.RegData("VALUES", new { Id = 0 });
The problem is that this package requires .NET Framework 4.5 as in the image below.
Image

So, i have two questions:

1- Can i update to latest version WITHOUT targeting .NET Framework 4.5 ?
2- If not, what is the latest version that i can use with .NET Framework 4.0 ?

Best regards!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problem with .NET Framework version

Post by Alex K. »

Hello,

Sorry for the delay with response.

Sorry, maybe we did not exactly understand your problem. Your code works with .NET Framework 4.0

Thank you.
Attachments
Capture.PNG
Capture.PNG (111.63 KiB) Viewed 1326 times
Post Reply