Page 1 of 1
Select target framework version when export as Dll
Posted: Sat Dec 22, 2018 2:31 pm
by mrapi
Hi
in older version of StrimulReport .NET,for example v 2011.1,in designer folder there is a file Designer.exe.config for selecting target framework version when export report as Dll
Code: Select all
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727" />
</startup>
</configuration>
there is something similar in 2018 version?
thanks
Re: Select target framework version when export as Dll
Posted: Sun Dec 23, 2018 8:55 pm
by Lech Kulikowski
Hello,
Yes, it is possible. It is not our product feature. It is the feature of the NET Framework.
Thank you.
Re: Select target framework version when export as Dll
Posted: Tue Dec 25, 2018 3:11 pm
by mrapi
Hi,with version 2011 I can select it by .config file,but with 2018 version how can I create a Dll for Framework 3.5?
thanks
Re: Select target framework version when export as Dll
Posted: Thu Dec 27, 2018 1:05 pm
by Andrew
Hello,
Sorry, this is not possible.
Thank you.
Re: Select target framework version when export as Dll
Posted: Thu Dec 27, 2018 4:00 pm
by mrapi
ok.thanks for the info.what target framework has version 2018/2019?
Re: Select target framework version when export as Dll
Posted: Fri Dec 28, 2018 1:21 am
by Lech Kulikowski
Hello,
.NET Framework 4.0
Thank you.
Re: Select target framework version when export as Dll
Posted: Fri Dec 28, 2018 7:09 am
by mrapi
ok.thanks
Re: Select target framework version when export as Dll
Posted: Fri Dec 28, 2018 7:51 am
by Lech Kulikowski
Hello
We are always glad to help you!
Thank you.