Support for 4.0 .NET Framework

I am using 11.4.0.26 version of Syncfusion.

In my Visual Studio Toolbox I see Syncfusion sets for 4.5 platform.

How do I enable sets supporting 4.0 .NET?

Also if I can add references through web.config file what entries to I need there?

Thank you!


3 Replies

ES Eswari S Syncfusion Team March 28, 2014 06:36 AM UTC

Hi Alex,

Thank you for using Syncfusion products.

Query #1 : In my Visual Studio Toolbox I see Syncfusion sets for 4.5 platform. How do I enable sets supporting 4.0 .NET?

We can configure the toolbox based on your platform. We request you to check the following online UG to configure toolbox.

http://help.syncfusion.com/ug/common/default.htm#!documents/toolboxconfiguration.htm

Query #2 : Also if I can add references through web.config file what entries to I need there?

1# : Change assembly versions of Web.config.

Please refer to the following table to give assembly version:

.Net Framework

Version

3.5

11.4350.0.26

4.0

11.4400.0.26

4.5

11.4450.0.26

4.5.1

11.4451.0.26

<system.web>

    <compilation targetFramework="4.0">

      <assemblies>

 // for .net framework 4.0 , assembly versions are given here

        <add assembly="Syncfusion.Grid.Grouping.Web, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.Grid.Windows, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.Shared.Base, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.Grouping.Base, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.Shared.Web, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.Linq.Base, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.Core, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=632609B4D040F6B4"/>

        <add assembly="Syncfusion.Tools.Web, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.Pdf.Base, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.DocIO.Base, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

        <add assembly="Syncfusion.XlsIO.Base, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

      </assemblies>

    </compilation>

</system.web>

#2: Change the assembly version of aspx file if you have used any.

<%@ Register Assembly="Syncfusion.Grid.Grouping.Web, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.Web.UI.WebControls.Grid.Grouping" TagPrefix="syncfusion" %>

 

#3: Add reference in project file and please ensure that correct assembly is referred in solution.

https://s3.amazonaws.com/files2.syncfusion.com/dtsupport/directtrac/122914/clip_image001_c04e94f8.png

Please try this and let us know if you have any queries.

Regards,

Eswari S



GJ Gautam Jaiswal May 29, 2023 11:50 AM UTC

How to use .NET Framework 4.0 above logic is not working.

Please explain step-by-step or please provide me DDL for name space using mention below.

using Syncfusion.Pdf;

using Syncfusion.Pdf.Parsing;



JC Joseph Christ Nithin Issack Syncfusion Team June 5, 2023 06:09 PM UTC

Hi Gautam,


   We have created a new thread in your account, please follow up the below thread for updates regarding your query.


  Forum: https://www.syncfusion.com/forums/182755/f116073-ddl-for-name-space


Regards,

Joseph I.


Loader.
Up arrow icon