Page 1 of 1

Problem with .NET Framework version

Posted: Fri Jan 13, 2017 5:09 pm
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!

Re: Problem with .NET Framework version

Posted: Tue Jan 17, 2017 6:01 pm
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.