im working with .net 2008 and i have infragistics controls V. 9.2 and i try to upgrade to 10.3 version with version utility tool, and i get an error. this is the content of log file :
06:05:43: Gathering volume and assembly information.
06:11:34: Analyzing TSControl.vbproj...
06:11:34: The following project needs to have its references updated:
06:11:35: Updating TSControl.vbproj...
06:11:35: C:\Users\Gianca\Documents\Proyectos de Visual Studio\IMS\IMS_2010\TSControl\TSControl.vbproj has been backed up.
06:11:35: Updating Infragistics2.Documents.v9.2 to new reference Infragistics2.Documents.v10.3.
06:11:35:
06:11:35: Updating Infragistics2.Excel.v9.2 to new reference Infragistics2.Excel.v10.3.
06:11:35: Updating Infragistics2.Shared.v9.2 to new reference Infragistics2.Shared.v10.3.
06:11:35: Updating Infragistics2.Win.AppStylistSupport.v9.2 to new reference Infragistics2.Win.AppStylistSupport.v10.3.
06:11:35: Updating Infragistics2.Win.Misc.v9.2 to new reference Infragistics2.Win.Misc.v10.3.
06:11:35: Updating Infragistics2.Win.SupportDialogs.v9.2 to new reference Infragistics2.Win.SupportDialogs.v10.3.
06:11:35: No matching assembly located in available assemblies Infragistics2.Win.UltraChart.v9.2.Design
06:11:35: en Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyList.AssemblyNameChange(String assemblyName, Int32 versionLocation, XmlNamespaceManager xmlNamespaceManager, String& assemblyNameNoVersion, Boolean ignoreErrors)
en Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyList.FindNewAssemblyNode(String assemblyName)
en Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.FetchNewAssemblyNode(String assemblyOldName)
en Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Upgrade(String rootDirectory)
06:28:07: Analyzing VariablesyFuncionesGlobales.vbproj...
06:28:07: The following project needs to have its references updated:
06:28:07: Updating VariablesyFuncionesGlobales.vbproj...
06:28:07: C:\Users\Gianca\Documents\Proyectos de Visual Studio\IMS\IMS_2010\VariablesyFuncionesGlobales\VariablesyFuncionesGlobales.vbproj has been backed up.
06:28:07: Updating Infragistics2.Documents.v9.2 to new reference Infragistics2.Documents.v10.3.
06:28:07:
06:28:08: Updating Infragistics2.Excel.v9.2 to new reference Infragistics2.Excel.v10.3.
06:28:08:
06:28:08: Updating Infragistics2.Shared.v9.2 to new reference Infragistics2.Shared.v10.3.
06:28:08: Updating Infragistics2.Win.AppStylistSupport.v9.2 to new reference Infragistics2.Win.AppStylistSupport.v10.3.
06:28:08: Updating Infragistics2.Win.Misc.v9.2 to new reference Infragistics2.Win.Misc.v10.3.
06:28:08: Updating Infragistics2.Win.SupportDialogs.v9.2 to new reference Infragistics2.Win.SupportDialogs.v10.3.
06:28:08: No matching assembly located in available assemblies Infragistics2.Win.UltraChart.v9.2.Design
06:28:08: en Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyList.AssemblyNameChange(String assemblyName, Int32 versionLocation, XmlNamespaceManager xmlNamespaceManager, String& assemblyNameNoVersion, Boolean ignoreErrors)
thanks for help
thank you very much for the information. I find it very useful.
Gianca,
Back in 9.2, and earlier, a reference was required in the project to the chart's design assembly. This dependency has been removed so you can actually remove the reference from your project as it's not needed anymore, and in the future the utility will upgrade without issues the project. I'll investigate changing the utility to handle this better.
Thanks Hristo frou your help.
Hello,
It seems that the Infragistics2.Win.UltraChart.v10.3 dll is missing in the folder which you are point for target folder (Control Assemblies Path if you are using “Upgrade Options”, or this dll is missing in the GAC). Please verify that Infragistics2.Win.UltraChart.v10.3 dll is available in the target folder, which you are using for upgrading your solution.
Other thing, which you could do, is to upgrade your solution manually, for more information please see the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Win_Upgrading_a_Project_Manually.html
Please let me know if you have any further questions.