I upgraded a project from 10.3 to 11.1 using the version utility, in my references I don't have any visible 10.3 references and all the .licx files contain references to 11.1 (I went back and deleted the contents of all 11.1); however, I get this error after deploying my application to the end user:
Could not load file or assembly 'Infragistics2.Win.UltraWinGrid.v10.3, Version=10.3.20103.2094, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
When I run the compiled version on my end, when I go to our About Box I can see that the code is still referencing the 10.3 version; even though, I upgraded the solution (and projects) to the latest release of 11.1.x.x and there are no direct references to 10.3
Hello Pete,
This sounds strange to me. Could you please open your project's bin folder and verify if there are any Infragistics assemblies from the previous version that have been used in your project? If all of the references are from NetAdvantage 11.1 version and the licenses.licx content is empty than you shouldn't get such messages.
What you could try prior runing your application is "Clearing" the solution and "Rebuilding it".
If the behavior still persist or you have any other questions I will be glad to assist you further with them.
1) bin folder and verify if there are any Infragistics assemblies from the previous version that have been used in your project? - All the assemblies are referenced from the GAC, there are no Infragistics assemblies in the bin folder.
2) "Clearing" the solution and "Rebuilding it". - does not solve the issue.
This occurs when we load a specific form; but, looking at the project file and the form's designer there is no reference to the 10.3 assembly.