I have never had to deal with retired ASP controls before now so I am a little lost. I am trying to upgrade from 11.1 to 12.1. I have read the information provided at the link below but I am still confused. The only thing I know for a fact is UltraWebTab was retired and I am supposed to use WebTab.
http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
First issue:
<add assembly="Infragistics4.WebUI.UltraWebTab.v11.1, Version=11.1.20111.2064, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
Obvious issue is that the UltraWebTab assembly no longer exists. Does this assembly need to be removed and/or do I need to add a different assembly?
Second Issue:
<add tagPrefix="igtab" namespace="Infragistics.WebUI.UltraWebTab" assembly="Infragistics4.WebUI.UltraWebTab.v11.1, Version=11.1.20111.2064, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
The namespace is no longer valid however when I attempted to use the new namespace it did not exist. I changed the namespace to be "Infragistics.Web.UI.WebTab". The other issue is the same as above the assembly is incorrect.
Hi Michael,
Thank you for posting in the community.
The Infragistics.Web assembly contains the AIKIDO WebTab. More detailed information regarding what assemblies are required for particular controls can be found at:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=Web_Deployment_Overview.html
As the AIKIDO WebTab is architecturally different from the UltraWebTab, there should be no reason to refer to the 11.1 assemblies once the migration has been undergone. A getting started guide for the WebTab can be found at:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=WebTab_Getting_Started_with_WebTab.html
Please do not hesitate to contact me if you have any questions.
Hello Michael,
Please feel free to contact me if you have any further questions regarding this matter.
What is the corresponding object in Infragistics.Web.UI.LayoutControls (v12.1) for Infragistics.WebUI.UltraWebTab.Tab (v11.1)?
The Infragistics.WebUI.UltraWebTab.Tab object represents a selectable item in the Tab control that will change the contents displayed depending on the settings of the ContentPane object.