Hi,
I have run an application with Infragistics 11.2 on a pc, and later revert the application to referring to Infragistics 10.2. I got the following error when the application tried to load the wingrid layout
"Could not load file or assembly 'Infragistics.Win.UltraWinGrid, Version=11.2.20112.2004, Culture=neutral, ...' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference."
The application refers to Infragistics dll on its application directory and not GAC. The layout was saved as compatible to NetAdvantage 11.2, and when application with NetAdvantage 10.2 tried to load the layout it got an error. Shouldn't it backward compatible?
hi again,
Yes the Win.Design assembly is in the GAC for both 10.2 and 11.2.
Hello Hertel,
This might be happening if you do not have this version installed into GAC they might appear in the Component Tray since there are design assemblies that are needed to have a designer working correctly, and your VS expects that those assemblies are in the GAC.
You could verify if the Win.Design assembly is in the GAC for the version that you are using.
Please let me know if this is the case.
Yes all assemblies in this project are from 10.2 version free. And SpecificVersion has already been set to false before.
Hello hertel,
Could you please verify if all of the assemblies in this project are from 10.2 version? If these assebmlies are version free, than what you should verify is the "Specific Version" of the assmeblies is set to "False" and after that to rebuild your application and try again.
If you still have any other issue please feel free to let us know.
hi, I have checked the licenses.licx file, it is referencing 10.2 assemblies.