hi ,
i want to know whether ultrawebgrid v 6.3 is compatible with .net framework 4.0? if it's not compatible then please let me know the versions that are compatible with .net framework 4.0
Hello ultrawebgrid,
.NET Framework 4.0 (Visual Studio 2010) is supported in NetAdvantage for ASP.NET 2010 Vol. 1 service releases and later releases.
Please take a look at our supported environments page for more information.
Elizabeth AlbertLocalization Engineer
Hi,
We were using the Infragistics35 (version 11.1) for the Visual Studio 2008. Will it support for Visual Studio 2010? If support means what are all the code needs to register in the web.config.
Kindly advice us.
Code to register in Web.Config for VS2008
**********************************
<add tagPrefix="igtbl" namespace="Infragistics.WebUI.UltraWebGrid" assembly="Infragistics35.WebUI.UltraWebGrid.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="igtbldocexp" namespace="Infragistics.WebUI.UltraWebGrid.DocumentExport" assembly="Infragistics35.WebUI.UltraWebGrid.DocumentExport.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="igtblexcelexp" namespace="Infragistics.WebUI.UltraWebGrid.ExcelExport" assembly="Infragistics35.WebUI.UltraWebGrid.ExcelExport.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="igtblexp" namespace="Infragistics.WebUI.UltraWebGrid.ExcelExport" assembly="Infragistics35.WebUI.Documents.Excel.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="igExpPDF" namespace="Infragistics.WebUI.UltraWebGrid.DocumentExport" assembly="Infragistics35.WebUI.UltraWebGrid.DocumentExport.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="ighedit" namespace="Infragistics.WebUI.WebHtmlEditor" assembly="Infragistics35.WebUI.WebHtmlEditor.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="igmisc" namespace="Infragistics.WebUI.Misc" assembly="Infragistics35.WebUI.Misc.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="igtxt" namespace="Infragistics.WebUI.WebDataInput" assembly="Infragistics35.WebUI.WebDataInput.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> <add tagPrefix="ig" namespace="Infragistics.Web.UI.GridControls" assembly="Infragistics35.Web.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
Regards,
Bright
Hello Bright,
Yes, version 11.1 is supported in Visual Studio 2010.
Visual Studio 2008 uses CLR3.5. Visual Studio 2010 uses CLR4.0.
To register the controls in VS2010, please change all of the "Infragistics35" in the web.config file to "Infragistics4".
Let me know if you have any other questions.