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?
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
Yes that's what this means but I have checked, rechecked and checked like crazy. only one version is in my project and bin folder. Im dying here trying to upgrade our project. This is so far the only error and it's killing us.
Any other clues?
Larry