BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
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!
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.
Please try this and let us know if you have any queries.
Regards,
Eswari S
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;
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.