There is a lot of activity in this forum so I thought it worthwhile warning/reminding that if you upgrade to 11.2 like I just did, you will find that UltraWebGrid is no longer included.
See this http://blogs.infragistics.com/forums/p/62330/315953.aspx#315953
and this
http://blogs.infragistics.com/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx
So back to 'undoing' the upgrade for me....
Hello,
We have version less assemblies of all the controls including the classic ones. You can use them with 2011 Volume 2 as well. In order to make them work if you are using version assemblies, you will have to update your control tag prefixes so that it can use version less assemblies. Basically, you’ll have to take out all the version related information from the tag prefixes in your aspx page, or web config. You can download these version-less assemblies from:
Version Free Unsigned : http://download.infragistics.com/users/Murtazaa/Classic Controls/20111_ASPNET_VersionFree.zip
Version Free Signed : http://download.infragistics.com/users/Murtazaa/Classic Controls/20111_ASPNET_VersionFree_Signed.zip
Let me know if you have any questions.
Best,
Taz.
But only for .NET Version 4.
And are you saying that it is possible to mix versions of versionless assemblies i.e.use 11.1 versions of the UltraWebGrid assemblies with 11.2 versions of everything else?
We haven't upgraded the UltraWebGrid, and for that matter any of the classic controls assemblies to add features. If you are not getting assembly conflicts, then you should be able to use them side by side.
I will put out a blog post with details on these changes and you will also post version-less assemblies for both CLR4 & 3.5.
-Taz.
Thank you. I look forward to the blog. I presume you meant " I will post version-less assemblies...'" because smart as I am...... :)
Hello Amresh,
The classic controls are not supported in IE11. They were retired before IE11 was event released. I recommend you see the following blog posts:
http://es.infragistics.com/community/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
http://es.infragistics.com/community/blogs/jason_beres/archive/2012/05/29/updated-support-for-clr-versions-and-visual-studio-versions.aspx
If you want IE11 support you will have to convert to either the Ignite UI jQuery controls or the v13.1 or later of the newer ASP.NET Aikido/Ajax Control:
http://es.infragistics.com/help/supported-environments
http://igniteui.com/
Hi Mike,
We have used Infragistic tools(Version=6.3.20063.1074) in ASP.Net 2.0 application.
It works fine in IE7 and IE8 but after upgrading it to IE11, it does,t wor properly for the Infragistic grid.
Please help me to resolve this issue.
Regards,
Amresh(amresh.charan@pseg.com)
Turns out I had 10.2 dlls in my bin folder (so I can deploy w/o worrying about wht is installed on the server). Replacing them with 11.1 dlls allowed my site to build and run. No more 'ambiguous' errors.
After pulling my original 10.2 based version back from TFS, I ran the VU for 11.1 which at least builds OK.
Running the project gives me the following which seems odd since I use the same ultrawebgrid parameters directly on grids (rather than via a skin which this is) and they at least built correctly. ..
Server Error in '/' Application.--------------------------------------------------------------------------------
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30560: 'TableLayout' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebGrid'.
Source Error:
Line 43: </asp:GridView>Line 44: Line 45: <igtbl:UltraWebGrid SkinID="UltraWebGrid" runat="server">Line 46: <DisplayLayout AllowColSizingDefault="Free" AllowColumnMovingDefault="OnServer" Line 47: AllowSortingDefault="OnClient" BorderCollapseDefault="Separate" HeaderClickActionDefault="SortMulti"
Source File: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\App_Themes\FBRWS\Default.skin Line: 45
....
Great.
I just spent the last couple of billable hours downloading and installing 11.2 so I could upgrade my 10.2 ASP.NET apps to get IE9 compatibility.
Tried Version Upgrade utility which left the solution unusable (as usual). Then realized VU made mismatches in assembly versions in web.config and wound up here.
I guess now I have to try to hack out a version that works using some combination of IG versions.
Another day down the drain.
Thanks.
Whatever VU did is here..
09:56:17: Running User Interface Version 11.2.20112.100009:56:17: Gathering volume and assembly information.09:57:49: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\FBRWS.master appears to be read-only or not accessible for some reason.09:58:35: ProjectFile element: ROW_Base_Application\ROW_Base_Application.vbproj is being treated as a proj file.09:58:35: Analyzing ROW_Base_Application.vbproj...09:58:35: The project has references that need to be updated.09:58:38: ProjectFile element: ProfileHelper\ProfileHelper.vbproj is being treated as a proj file.09:58:38: Analyzing ProfileHelper.vbproj...09:58:38: Nothing for us to upgrade.09:59:30: Upgrading Solution ROW_Base.sln09:59:30: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Web.config has been backed up.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.v10.2 is Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Shared.v10.2 is Infragistics4.WebUI.Shared.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebDateChooser.v10.2 is Infragistics4.WebUI.WebDateChooser.v11.1.09:59:30: Replacement for Infragistics4.WebUI.WebDataInput.v10.2 is Infragistics4.WebUI.WebDataInput.v11.2.09:59:30: Replacement for Infragistics4.Web.v10.2 is Infragistics4.Web.v11.2.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2 is Infragistics4.WebUI.UltraWebGrid.ExcelExport.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Excel.v10.2 is Infragistics4.WebUI.Documents.Excel.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebCombo.v10.2 is Infragistics4.WebUI.WebCombo.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Misc.v10.2 is Infragistics4.WebUI.Misc.v11.2.09:59:30: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\obj\Debug\TransformWebConfig\transformed\Web.config has been backed up.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.v10.2 is Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Shared.v10.2 is Infragistics4.WebUI.Shared.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebDateChooser.v10.2 is Infragistics4.WebUI.WebDateChooser.v11.1.09:59:30: Replacement for Infragistics4.WebUI.WebDataInput.v10.2 is Infragistics4.WebUI.WebDataInput.v11.2.09:59:30: Replacement for Infragistics4.Web.v10.2 is Infragistics4.Web.v11.2.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2 is Infragistics4.WebUI.UltraWebGrid.ExcelExport.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Excel.v10.2 is Infragistics4.WebUI.Documents.Excel.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebCombo.v10.2 is Infragistics4.WebUI.WebCombo.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Misc.v10.2 is Infragistics4.WebUI.Misc.v11.2.09:59:30: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\obj\Debug\TransformWebConfig\original\Web.config has been backed up.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.v10.2 is Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Shared.v10.2 is Infragistics4.WebUI.Shared.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebDateChooser.v10.2 is Infragistics4.WebUI.WebDateChooser.v11.1.09:59:30: Replacement for Infragistics4.WebUI.WebDataInput.v10.2 is Infragistics4.WebUI.WebDataInput.v11.2.09:59:30: Replacement for Infragistics4.Web.v10.2 is Infragistics4.Web.v11.2.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2 is Infragistics4.WebUI.UltraWebGrid.ExcelExport.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Excel.v10.2 is Infragistics4.WebUI.Documents.Excel.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebCombo.v10.2 is Infragistics4.WebUI.WebCombo.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Misc.v10.2 is Infragistics4.WebUI.Misc.v11.2.09:59:30: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\obj\Debug\Package\PackageTmp\Web.config has been backed up.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.v10.2 is Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Shared.v10.2 is Infragistics4.WebUI.Shared.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebDateChooser.v10.2 is Infragistics4.WebUI.WebDateChooser.v11.1.09:59:30: Replacement for Infragistics4.WebUI.WebDataInput.v10.2 is Infragistics4.WebUI.WebDataInput.v11.2.09:59:30: Replacement for Infragistics4.Web.v10.2 is Infragistics4.Web.v11.2.09:59:30: Replacement for Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2 is Infragistics4.WebUI.UltraWebGrid.ExcelExport.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Excel.v10.2 is Infragistics4.WebUI.Documents.Excel.v11.2.09:59:30: Replacement for Infragistics4.WebUI.WebCombo.v10.2 is Infragistics4.WebUI.WebCombo.v11.1.09:59:30: Replacement for Infragistics4.WebUI.Misc.v10.2 is Infragistics4.WebUI.Misc.v11.2.09:59:30: Updating ROW_Base_Application.vbproj...09:59:30: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\ROW_Base_Application.vbproj has been backed up.09:59:31: Updating Infragistics4.Web.v10.2 to new reference Infragistics4.Web.v11.2.09:59:31: 09:59:31: Updating Infragistics4.WebUI.Excel.v10.2 to new reference Infragistics4.WebUI.Documents.Excel.v11.2.09:59:31: 09:59:31: Updating Infragistics4.WebUI.Misc.v10.2 to new reference Infragistics4.WebUI.Misc.v11.2.09:59:31: 09:59:31: Updating Infragistics4.WebUI.Shared.v10.2 to new reference Infragistics4.WebUI.Shared.v11.2.09:59:31: 09:59:31: Updating Infragistics4.WebUI.UltraWebGrid.DocumentExport.v10.2 to new reference Infragistics4.WebUI.UltraWebGrid.DocumentExport.v11.1.09:59:31: 09:59:31: Updating Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2 to new reference Infragistics4.WebUI.UltraWebGrid.ExcelExport.v11.1.09:59:31: 09:59:31: Updating Infragistics4.WebUI.UltraWebGrid.v10.2 to new reference Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: 09:59:31: Updating Infragistics4.WebUI.WebCombo.v10.2 to new reference Infragistics4.WebUI.WebCombo.v11.1.09:59:31: 09:59:31: Updating Infragistics4.WebUI.WebDataInput.v10.2 to new reference Infragistics4.WebUI.WebDataInput.v11.2.09:59:31: 09:59:31: Updating Infragistics4.WebUI.WebDateChooser.v10.2 to new reference Infragistics4.WebUI.WebDateChooser.v11.1.09:59:31: 09:59:31: Updating Infragistics4.WebUI.WebResizingExtender.v10.2 to new reference Infragistics4.WebUI.WebResizingExtender.v11.2.09:59:31: 09:59:31: Updating Infragistics4.WebUI.WebSchedule.v10.2 to new reference Infragistics4.WebUI.WebSchedule.v11.2.09:59:31: 09:59:31: Updating Infragistics4.WebUI.WebScheduleDataProvider.v10.2 to new reference Infragistics4.WebUI.WebScheduleDataProvider.v11.2.09:59:31: 09:59:31: Adding reference Infragistics4.WebUI.Documents.Core.v11.2 09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\EasementEditor.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.Web.v10.2 to Infragistics4.Web.v11.2.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: Upgraded register directive Infragistics4.WebUI.WebDateChooser.v10.2 to Infragistics4.WebUI.WebDateChooser.v11.1.09:59:31: Upgraded register directive Infragistics4.WebUI.WebDataInput.v10.2 to Infragistics4.WebUI.WebDataInput.v11.2.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\Easements.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2 to Infragistics4.WebUI.UltraWebGrid.ExcelExport.v11.1.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\Followup.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\Ownershipdetail.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.Web.v10.2 to Infragistics4.Web.v11.2.09:59:31: Upgraded register directive Infragistics4.WebUI.WebDataInput.v10.2 to Infragistics4.WebUI.WebDataInput.v11.2.09:59:31: Upgraded register directive Infragistics4.Web.v10.2 to Infragistics4.Web.v11.2.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: Upgraded register directive Infragistics4.WebUI.WebDateChooser.v10.2 to Infragistics4.WebUI.WebDateChooser.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\OwnershipSearch.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\ParcelDetail_TSR.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.Web.v10.2 to Infragistics4.Web.v11.2.09:59:31: Upgraded register directive Infragistics4.WebUI.Misc.v10.2 to Infragistics4.WebUI.Misc.v11.2.09:59:31: Upgraded register directive Infragistics4.WebUI.WebDateChooser.v10.2 to Infragistics4.WebUI.WebDateChooser.v11.1.09:59:31: Upgraded register directive Infragistics4.WebUI.WebCombo.v10.2 to Infragistics4.WebUI.WebCombo.v11.1.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\SegmentStatus.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.WebDateChooser.v10.2 to Infragistics4.WebUI.WebDateChooser.v11.1.09:59:31: Upgraded register directive Infragistics4.Web.v10.2 to Infragistics4.Web.v11.2.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2 to Infragistics4.WebUI.UltraWebGrid.ExcelExport.v11.1.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\Parcels\Segment_AddUpdate.aspx has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\licenses.licx has been backed up.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\App_Themes\BWROW\Default.skin has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\App_Themes\FBRWS\Default.skin has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\App_Themes\FTPECK\Default.skin has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\App_Themes\Quintana\Default.skin has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: C:\Users\wsk01022\Documents\Visual Studio 2010\Projects\ROW_Base\ROW_Base_Application\App_Themes\SLN\Default.skin has been backed up.09:59:31: Upgraded register directive Infragistics4.WebUI.UltraWebGrid.v10.2 to Infragistics4.WebUI.UltraWebGrid.v11.1.09:59:31: Done Updating ROW_Base_Application.vbproj.