Hi,
I was trying to use the version upgrade tool for my project and I wanted to upgrade it to Framework version 3.5. I am getting the following errors (I get similar errors for two .shared.dll I am trying to upgrade):
...
10:39:20: No matching assembly located in available assemblies Infragistics2.Excel.v10.2
10:39:20: bei Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyXmlFile.GetNewAssemblyNameBecauseOfNameChangedBetweenVolumes(String assemblyName, Int32 indexOfVolumePortionOfAssemblyName, XmlNamespaceManager xmlNamespaceManager, Boolean ignoreErrors)
bei Infragistics.VersionUtilitySupport.Core.ProductAssemblies.AssemblyXmlFile.LocateNewAssembliesNodeforCurrentAssembly(String assemblyName)
bei Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.FetchNewAssemblyNode(String assemblyOldName)
bei Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Upgrade(String rootDirectory)
When I delete the references in the project file, the tool works. I have to add the references manually after running to tool. The problem then is that the code does not build saying methods are not known even when they are proper and IntelliSense offers them ...
Any ideas??
Thanks
Hello recysystems,
I am still following this forum thread.
Please feel free to let me know if you still need assistance with this matter.
Thank you for your help Danko!What I did is I removed all old references and added the new ones manually. Yes I had to change the namespaces from "Infragistics2.Documents" to "Infragistics2.Documents.Reports".
All fine now.
Thank you very much,
rs