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 not sure why exactly this could happen, but we have changed in 11.1 and up the names of namespaces of excel and documents has been changed. For more information please take a look at the following link:
http://help.infragistics.com/NetAdvantage/WinForms/2011.1/CLR2.0/?page=Win_Breaking_Changes_in_2011_Volume_1.htmlWhat you could try is to change those namespaces manually, clear the Licenses.licx file Infragistics content, clean and rebuild your project.
Please feel free to let us know if I misunderstood your issue or if you have any other questions with this matter.