We have a solution that is referencing 10.1 Infragistics controls and we're upgrading it to 10.3 but we're getting an error during the process which seems to be related to the UltraWinCalcManager. The message in the log file is as follows:
01:13:13: No matching assembly located in available assemblies Infragistics2.Win.UltraWinCalcManager.v10.1
01:13:13: 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)
Is this a known issue?
You can close this case now. I can't remember how we resolved the issue but if I'm not mistaken we did several clean/rebuild on the solution.
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.
Thank you.
Hello,
From the error message it seems that VU can’t find Infragistics2.Win.UltraWinCalcManager.v10.3 dll in the folder, which is set for “Control Assembly Path”, so please verify that Infragistics2.Win.UltraWinCalcManager.v10.3 dll is available in the folder which is used for “Control Assembly Path” or it is not in the GAC.
Please let me know if you have any further questions.