Is there a project upgrade utility for this version of the product?
Hi,
The Version Utility is included in each installation. This is a link from the online help describing where you can find different files after installation: http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0/?page=Getting_Started_Where_Files_are_Placed_on_your_File_System_During_Installation.html
Let me know if you have further questions.
Regards,
Stefaniya
When I try to upgrade it fails cause it cannot find the 9.2 version of the assembly, I uninstalled 9.2 then installed 10.3 so no the 9.2 version is no longer available. This utility requires both versions to be installed???
09:06:07: Gathering volume and assembly information.09:06:31: Analyzing Analyzer.vbproj...09:06:31: The following project needs to have its references updated: 09:06:47: Gathering volume and assembly information.09:06:47: Analyzing Analyzer.vbproj...09:06:47: The following project needs to have its references updated: 09:06:49: Updating Analyzer.vbproj...09:06:49: C:\Maple\Src\Managed Applications\BA\Analyzer\Analyzer.vbproj has been backed up.09:06:49: No matching assembly located in available assemblies Infragistics2.Shared.v9.209:06:49: at Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyList.AssemblyNameChange(String assemblyName, Int32 versionLocation, XmlNamespaceManager xmlNamespaceManager, String& assemblyNameNoVersion, Boolean ignoreErrors) at Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyList.FindNewAssemblyNode(String assemblyName) at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.FetchNewAssemblyNode(String assemblyOldName) at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Upgrade(String rootDirectory)
The utility doesn't require the old version and the new version to be installed. The error message means is that it can't find a replacement 10.3 assembly for the Infragistics2.Shared.v9.2 assembly. Did you provide any custom options to the utility you were upgrading to 10.3? In addition, did you customize your 10.3 installation experience (install in non-default path)?
2010.3 was installed in the default location. After selecting the Upgrade to lastest option and restarting the utility I managed to upgrade most of the projects. The utility had a problem with projects that had other projects in a folder underneath them, i.e.
Folder: SelectionControl - contains VB project. Solution contains this single project
Folder: SelectionControl\TestControl - contains VB project. Solution contains this TestControl project and SelectionControl project
Could not use utility to upgrade SelectionControl VB project.
Can you clarify what you mean in the folder structure and what you passed to the utility? Was it a solution that had two projects one at SelectionControl folder level, and the other project was in the TestControl folder which is a child of SelectionControl.
Thank you. is what we are looking for more
Hello,
I have encountered a similar problem.
I wanted to migrate from 9.1 (Infragistics2.WebUi.xxxxxxx.v9.1) to 10.3 clr 4.0 (Infragistics4.WebUI.xxxxx.V10.3). It gave me the error 'No matching assembly located in available assemblies Infragistics2.WebUI........'
Then I first upgraded the references (with the version utility tool) to 10.3 CLR 2.0. This was successfull.
The next step I took was upgrading the 10.3 CLR 2.0 version to 10.3 CLR 4.0. This succeeded also.
PS: I used the control assemblies path option.
Kind regards,
Erik
I encounter the same error by upgrading an ASP.NET application from Infragistics 10.3 CLR 2 to CLR4 on Windows 7:
02:48:57: Updating Infragistics2.WebUI.Shared.v10.3 to new reference Infragistics4.WebUI.Shared.v10.3. -> Seems to work!
02:48:57: No matching assembly located in available assemblies Infragistics2.WebUI.UltraWebGrid.v10.3 -> Doesn't work!
Any ideas for me?
Regards
In order to support more and new scenarios the upgrade utility tool had to be changed. If with older upgrade utility tool you have not encountered the same issue with project structure, you can use it as you specify the version to which you would want to upgrade.
Let me know if this works for you or you have any questions.
Just FYI. The old project upgrade utility had no problem with the structure we use for some of our projects. Thank you for taking the time to look into this matter.