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
220
'IWorksheetCellFormat' is ambiguous in the namespace 'Infragistics.Excel'.
posted

I upgraded my project to 10.2.20102.1011 and I am getting this error:

'IWorksheetCellFormat' is ambiguous in the namespace 'Infragistics.Excel'.

code:

Dim cfCellFmt As Infragistics.Excel.IWorksheetCellFormat

web config:

<

 

add assembly="Infragistics35.WebUI.Excel.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />

I tried deleting the bin folder but it didn't help

Any ideas?

Parents
No Data
Reply
  • 3726
    posted

    Hi there,

    this means that you have included more than one version of the assembly into your project and the compiler can not decide which assembly to use. You have to use the same version everywhere.

    Let me know if this helps.

    Thanks,

    Lubomir

Children