Hi,
I am in process of upgrading my windows projects from Infragistics 2007 Vol1 to 2010 Vol2.
Infragistics 2010 Vol2 provides version free assembly names. Does this mean, just replacing the binaries in the referred binary folder(Folder from which the project refers the binaries) will work without rebuilding the project or re-referencing the assemblies for next Infragistics version say 2011?
I tried to use the Version Utility tool to upgrade my project using version free assemblies. I did this by:1) Extracting version free assemblies located at "...\Infragistics\NetAdvantage 2010.2\Windows Forms\Version-Free - Signed" into a folder2) Specify this folder path in "Control Assemblies Path:" in "Upgrade Options" dialog. Kept "CLR Version" and "NetAdvantage Version" empty
It gives me error saying:No matching assembly located in available assemblies Infragistics2.Win.UltraWinEditors.v7.1 11:07: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)
Can we use Version utility tool to upgrade the project to use version free assemblies of 2010 Vol2 version? If yes, how?If no, is manual upgrade the only way to do it? Or is there some other utility?
At this time we do not have support in the version utility for the version free assemblies. It is on our back log for future releases. Sorry for the inconvenience. At this time you would have to manually upgrade your projects to use these assemblies.