Problem with .NET Framework version
Posted: Fri Jan 13, 2017 5:09 pm
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.

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.
The problem is that this package requires .NET Framework 4.5 as in the image below.

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!
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.

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 });

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!