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?
I am not sure what else to try then. Developer support may be able to assist you further. Have you tried contacting them?
Yep, thought of that, but I looked and the references were there.
Any other clues? I can not get past this error, and its driving me insane..
I have also deleted the Temp folders just to help cover all basis, but with no luck.
Larry
Instead of checking the bin folder, look at the references in your project in Visual Studio. It's possible your project is referencing assemblies from the GAC and not copying them to the bin folder.
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?
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