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
130
BC30560: 'ImageUrls' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebGrid'.
posted

Hi!,

I am receiving error on my web page which has a web grid:

BC30560: 'ImageUrls' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebGrid'.

I just upgraded the project from net advantage 2005 to 2009. It was working fine before.

Following is what it says on my aspx page on top:

 

<%

 

@ Register TagPrefix="igtbl" Namespace="Infragistics.WebUI.UltraWebGrid" Assembly="Infragistics2.WebUI.UltraWebGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

%>

<%

 

@ Register TagPrefix="igtxt" Namespace="Infragistics.WebUI.WebDataInput" Assembly="Infragistics2.WebUI.WebDataInput.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

%>

And i have following in my web.config file...

 

 

<

 

 

add assembly="Infragistics2.WebUI.WebDataInput.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

/>

<

 

 

add assembly="Infragistics2.WebUI.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

/>

<

 

 

add assembly="Infragistics2.WebUI.UltraWebGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

/>

Please help...

Thanks