Hi there! I need your help on the WebDropDown control. I changed the existing control to Infragistics' latest version control for the Drop Down and this is the error I got.
"Compiler Error Message: CS0433: The type 'Infragistics.Web.UI.ListControls.WebDropDown' exists in both 'c:\Windows\assembly\GAC_MSIL\Infragistics35.Web.v9.2\9.2.20092.1003__7dd5c3163f2cd0cb\Infragistics35.Web.v9.2.dll' and 'c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Infragistics4.Web.v14.1\v4.0_14.1.20141.1015__7dd5c3163f2cd0cb\Infragistics4.Web.v14.1.dll'"
What should I do in order to have it working? Thank you.
Do I need to remove these too?
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
If so, what should I change them with?
Hi Petar,
Thank you for your quick response. As a follow up question, I removed all the assemblies with the 9.2 version and I still get the same error.
Hello Andrea,
This error indicates that there are both 9.2 and 14.1 assemblies referenced in the project. I would therefore suggest removing all 9.2 assemblies from the project references, web.config and the individual pages and ensuring that only a single version of the IG assemblies is ultimately referenced. A similar scenario is described at:
http://ko.infragistics.com/community/forums/t/33439.aspx
Hope this helps. Please feel free to contact me if you have any questions.