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?
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
Hi Tony ,
Thank u very much for your help. Its because of multiple versions of the same assembly.Now i changed version numbers and its working fine.