Hi ,
I am trying to run version utility to upgrade the infragistics but it doesn't complete the process.
Below is the error i got.
"No matching assembly located in available assemblies Infragistics.WebUI.UltraWebGrid.v4.3"
what should i supposed to do if assembly doesn't match in latest infragistics?
Is the version utility only for matching assemblies ?
Hello Arshi,
The difference between versions 4.3 and 11.1 is too great and that is why Version Utility may fail to automatically upgrade controls references.
Many of the assembly names are changed between these two versions and the utility is unable to match the name for the “UltraWebGrid” with version 4.3 to the new name of the assembly in 11.1.
In the following link you can see part of the breaking changes made until version 11.1 - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/Known_Issues_Known_Issues_and_Breaking_Changes.html
What you can do in this situation is to use the following list of 11.1 assemblies - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/Web_Deployment_Overview.html - and manually change the references to point to them in your application.
Note also that in the new assemblies names the version of CLR is included also (2.0, 3.5 or 4.0) – Infragistics35.WebUI.UltraWebGrid.v11.1.dll.
If you have additional questions let me know.