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
15
Update from V11.1 to V18.1 confusion: aspx assembly reference confusion
posted

I am trying to migrate ultrawebgrid to webdatagird. A big jump from v11.1 to v18.1 and got confused with assembly name and namespace. 

Older version had

<%@ Register Assembly="Infragistics2.WebUI.WebDataInput.v11.1, Version=11.1.20111.2238, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.WebDataInput" TagPrefix="igtxt" %>
<%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.v11.1, Version=11.1.20111.2238, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.UltraWebGrid" TagPrefix="igtbl" %>
<%@ Register Assembly="Infragistics2.WebUI.UltraWebTab.v11.1, Version=11.1.20111.2238, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.UltraWebTab" TagPrefix="igtab" %>
<%@ Register Assembly="Infragistics2.WebUI.UltraWebNavigator.v11.1, Version=11.1.20111.2238, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.UltraWebNavigator" TagPrefix="ignav" %>

And new version I am confused with the assembly names. It would be nice if you can correct the assembly name and namespaces. 

%@ Register Assembly="Infragistics45.WebUI.WebDataInput.v18.1, Version=18.1.20181.70, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.WebDataInput" TagPrefix="igtxt" %>
<%@ Register Assembly="Infragistics45.Web.v18.1, Version=18.1.20181.70, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.UltraWebGrid" TagPrefix="igtbl" %>
<%@ Register Assembly="Infragistics45.WebUI.UltraWebTab.v11.1, Version=11.1.20111.2238, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.UltraWebTab" TagPrefix="igtab" %>
<%@ Register Assembly="Infragistics45.WebUI.v18.1, Version=18.1.20181.70, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.Web.UI.NavigationControls" TagPrefix="ignav" %>

Parents
No Data
Reply
  • 3520
    Offline posted

    Hello,

     

    Thank you for contacting Infragistics.

    We reviewed the register clauses you provided. Here are the new ones that correspond to the "ultra" controls you used to have:

    <%@ Register Assembly="Infragistics45.Web.v18.1, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.EditorControls" TagPrefix="igtxt" %>

    <%@ Register Assembly="Infragistics45.Web.v18.1, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.GridControls" TagPrefix="igtbl" %>

    <%@ Register Assembly="Infragistics45.Web.v18.1, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.LayoutControls" TagPrefix="igtab" %>

    <%@ Register Assembly="Infragistics45.Web.v18.1, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.NavigationControls" TagPrefix="ignav" %>

     

    For further details on the APIs and developer guidance, we recommend reviewing the following topics:

    - Migrating from UltraWebGrid to WebDataGrid and WebHierarchicalDataGrid

    - WebDataGrid

    - WebTextEditor

    - WebTab

    - Infragistics.Web.UI.GridControls Namespace

    - Infragistics.Web.UI.EditorControls Namespace (Infragistics.Web)

    - Infragistics.Web.UI.LayoutControls Namespace

    - Infragistics.Web.UI.NavigationControls Namespace

     

    Please, let us know if we can be of further assistance.

Children
No Data