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
835
WebDropDown Error Message
posted

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.

Parents
No Data
Reply
  • 49378
    posted

    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://es.infragistics.com/community/forums/t/33439.aspx

    Hope this helps. Please feel free to contact me if you have any questions. 

Children