Select target framework version when export as Dll

Stimulsoft Reports.NET discussion
Post Reply
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Select target framework version when export as Dll

Post 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
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: Select target framework version when export as Dll

Post by Lech Kulikowski »

Hello,

Yes, it is possible. It is not our product feature. It is the feature of the NET Framework.

Thank you.
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Re: Select target framework version when export as Dll

Post 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
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Select target framework version when export as Dll

Post by Andrew »

Hello,

Sorry, this is not possible.

Thank you.
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Re: Select target framework version when export as Dll

Post by mrapi »

ok.thanks for the info.what target framework has version 2018/2019?
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: Select target framework version when export as Dll

Post by Lech Kulikowski »

Hello,

.NET Framework 4.0

Thank you.
mrapi
Posts: 277
Joined: Sat Dec 20, 2008 1:08 am

Re: Select target framework version when export as Dll

Post by mrapi »

ok.thanks
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: Select target framework version when export as Dll

Post by Lech Kulikowski »

Hello

We are always glad to help you!

Thank you.
Post Reply