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
290
'Pager' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebGrid'
posted

 Hello,

Kindly disregarding the post as I decided to back out of the 2008 V8.2 upgrade, now my page is working (somewhat).

Thank You.

MsBajanLady

_________________________________________________________________________________________ 

Hi,

I installed, then removed 2008 V8.2.Now my page will not work.  I re-ran the Hot-Fix for 2006 V6.3, howver to no avail.

I can only find one instance of Infragistics2.WebUI.UltraWebGred.v6.3.dll.

Now, things have gone from bad to worse as I now have an error "Error Creating Control - ubGridEx
Duplicate compnonent name 'ugGridEx'. Component names must be unique and case-insensitve.

I can not find what this error is referencing. This what I have.

Note, everything was working before installing 2008 V8.2.

(A) Ex.aspx

<%@ Register Assembly="Infragistics2.WebUI.WebDateChooser.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

Namespace="Infragistics.WebUI.WebSchedule" TagPrefix="igsch" %>

<%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.ExcelExport.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

Namespace="Infragistics.WebUI.UltraWebGrid.ExcelExport" TagPrefix="cc1" %>

<%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

Namespace="Infragistics.WebUI.UltraWebGrid" TagPrefix="igtbl" %>

(B) web.config

<add assembly="Infragistics2.WebUI.UltraWebGrid.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>

<add assembly="Infragistics2.WebUI.Shared.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>

<add assembly="Infragistics2.WebUI.UltraWebGrid.ExcelExport.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>

<add assembly="Infragistics2.Excel.v6.3, Version=6.3.20063.53, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>

(C) Ex.aspx.vb

Protected Sub ugGridEx_PageIndexChanged(ByVal sender As Object, ByVal e As Infragistics.WebUI.UltraWebGrid.PageEventArgs) Handles ugGridEx.PageIndexChanged

ugGridEx.DisplayLayout.Pager.CurrentPageIndex = e.NewPageIndex

Bind ugGridEx()

End Sub

 Thank You.

MsBajanLady