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
1805
UltraWebListbar Error in 11.2 version
posted

Folks,

I recently migrated my project to version 11.2 .net 4.0. and i have UltraWebListbar control in my old project.

Which, should update after using version utility but its still showing me following error. and also i cannot find ultrawebslistbar control in control toolkit?

 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: BC30652: Reference required to assembly 'Infragistics4.WebUI.Shared.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' containing the type 'Infragistics.WebUI.Shared.Style'. Add one to your project.

Source Error:

Line 121:                    <asp:UpdatePanel ID="UpdatePanel8" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="false">
Line 122:                        <ContentTemplate>
Line 123:                            <iglbar:UltraWebListbar ID="UltraWebListbar1" runat="server" BarWidth="100%" BorderWidth=""
Line 124:                                CssClass="igwlbExplorerBarMainBlue2k7" GroupSpacing="0px" ImageDirectory="eImages/"
Line 125:                                ViewType="ExplorerBar" Height="100%" Width="197px">

Source File: I:\Visual Studio 2010\Projects\Ticketing System\eSupport\Default.aspx Line: 123

Server Error in '/' Application.

Compilation Error

 

Parents
No Data
Reply
  • 8607
    Offline posted

    Hello Infra_Jag,

    The UltraWebListBar was removed from the control set in 11.2.  We recently updated the Version Utility to alert the user about any controls that cannot be upgraded because they were removed.

    For more information about the product changes in 11.2, please read this blog post.

    This control still exists in 11.1, so you could "downgrade" to that version.

    It is recommended that you switch out the UltraWebListBar for WebExplorerBar.  That is a more long-term solution.


    Elizabeth Albert
    Localization Engineer 

Children