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
40
'BC30560: 'Style' is ambiguous in the namespace 'Infragistics.WebUI.Shared'.
posted

 Compiler error message is 'BC30560:'Style Is ambiguous in the namespace 'Infragistics.WebUI.Shared'.

I am trying to apply preset for webtab.when i am trying to run thecpage it shows the above error.Can any one suggest how to solve it?

 

Parents
No Data
Reply
  • 19308
    Verified Answer
    posted

    It sounds like you're inadvertantly adding multiple versions of the same assembly.  Do you have version info in your preset perhaps?  This may not even be related to the preset.  check and make sure that you only have one reference to Infragistics.WebUI.Shared, and that each of the Infragistics assembly references match in version number.

    Hope this helps,

    -Tony

Children