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 L1102,
Yes, you can use either 2010 Vol 2 or 2011 Vol 1. Both of these support .NET 4.0 and contain the UltraWebGrid.
Elizabeth AlbertLocalization Engineer
Thank you Elizabeth for your response.
We would NOT like to move to Web data grid since we have some customizations done on the Ultrawebgrid control we have been using. Hence to not break anything I want to keep using Ultrawebgrid classic control instead of moving to Web data grid ( the new one ).
From what you suggested , am I correct to assume that I can use 2010 Vol 2 version that will work with .Net 4.0.?
Thank you for your assistance.
Any version from 2010 Volume 2 and later supports .NET Framework 4.0.
The UltraWebGrid and some other controls were retired in version 2011 Volume 2. For more information, please see this blog post.
Because of this, it sounds like version 11.1 is the best version for you to use.
There should be Infragistics4 .dlls included with your product installation. First, upgrade the project to .NET 4.0, and then update the Infragistics .dlls referenced in the project.
Please let me know if you have any further questions.
Hello Infragistics team,
I have a asp.net web form application that is using .Net 3.5 framework. Currently that application uses Ultraweb grid and also some other components from Infragistics Suite. I would like to migrate the application to .Net 4.0 only as the target framework. I am using the below assemblies. Can you tell me which Dlls/Suite shall I use that supports .Net 4.0 correctly ? Is it NetAdvantage 2010 Vol 1 or NetAdvantage 2010 Vol 2 or any other?
My existing Dlls are as below and I need .Net 4.0 compatible Dlls for all the below.-
Infragistics35.WebUI.Documents.Core.v11.1.dllInfragistics35.WebUI.Documents.Excel.v11.1.dllInfragistics35.WebUI.Documents.Reports.v11.1.dllInfragistics35.WebUI.Shared.v11.1.dllInfragistics35.WebUI.UltraWebGrid.DocumentExport.v11.1.dllInfragistics35.WebUI.UltraWebGrid.ExcelExport.v11.1.dllInfragistics35.WebUI.UltraWebGrid.v11.1.dllInfragistics35.WebUI.UltraWebNavigator.v11.1.dllInfragistics35.WebUI.UltraWebTab.v11.1.dllInfragistics35.WebUI.UltraWebSpellChecker.v11.1.dll
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.