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?