Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1871
Updating from retired UltraWebTab to WebTab.
posted

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.

Parents Reply Children
No Data