I've found the exception below
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'Infragistics4.Win.UltraWinGrid.v13.1, Version=13.1.20131.2060, 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)
I've already copied the dll into the working folder, but still not working. Any clue how to resolve it?
Thanks
Yes, it works out fine. Thank you very much
Hello,
Have you tried my suggestion from 15-Oct- 2013 to remove Design.dll from your solution and upgrade it via Version Utility. What were the results?
I am waiting for your feedback.
I rolled back to version 2060 and it works. Could you please advise how should I upgrade to 2079?
Hello Kevin,
I am just checking about the progress of your issue. Let me know If you need my further assistance.
Thank you for using Infragistics Components.
Could you please send me the code snipped which uses reflection, can you please let me know why you need to use it? Was Infragistics 13.1 installed on your machine, since reflection searches in the GAC for the dynamical types and if it cannot find particular assemblies it seems that they are not installed on your machine.
About the version Utility, Infragistics4.Win.UltraChart.v13.1.Design assemblies and other *.Design assembles, should not be listed into the reference of the solution (those assemblies are used from the designer internally), that’s why Version Utility cannot find match for this assemblies. So you could remove *.Design assemblies from your project and to upgrade it via version Utility or to upgrade your project manually. For more information about both approaches please review following links:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Win_Upgrading_a_Project_to_NetAdvantage_Windows_Forms_11.1_%28and_above%29_Using_Version_Utility.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Win_Upgrading_a_Project_Manually.html