I get the following error in the upgrade log when i try to upgrade a Visual studio project.
12:06:19: web.config has been backed up.
12:06:19: Updating LatonClient.csproj...
12:06:19: LatonClient.csproj has been backed up.
12:06:19: No matching assembly located in available assemblies Infragistics2.Win.UltraWinCalcManager.v10.1.FormulaBuilder
12:06:19: 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)
I am trying to upgrade to 2010 Volume 2
Hello Donor,
Is there any specific reason you're trying to access an assembly in the Infragistics2.Win namespace from a web project?
Dave,
I have done some more testing on this trying to figure out what was going on. In the main project folder where the solution files is located, i have several other folders (including the usual bin and obj folders) related to the project. These folders are not included as part of the actual solution file in Visual studio. I have one folder in particular called "Builds" that obviously has a history of all the builds on the project so far. The directory has about 600 files totalling about 150mb.
As in my first post the upgrade fails when the "Builds" directory is present in the folder structure. If i move this directory to another location outside the project directory structure the upgrade will actually suceed. If i move the folder back again the project will again fail to upgrade.
I wonder is this some sort of threading issue... the directory that contains the solution file has about 1200 files in total and 18 subfolders....
Regards,
R
Hello,
Would it be possible for you to open your solution folder in Windows Explorer, switch the left-hand side to Folder View, expand all the child nodes of your solution folder in that folder view, and take a screen-shot? This would let us know the exact folder structure.
I have attached some screenshots and i hope its what you are looking for. I have included two images. The first image shown the folders immediately under the main folder while the second image has all the sub-folders completely expanded..
I know the folder has a lot of sub-folders but the project in question has been going since 2006 and has gone through the upgrade process (without any issues) for all versions of infragistics since 2006 with the current folder structure in place. That said as more version were released the folder structure would obviously get bigger...
If you need any further information.. let me know
Could you re-post the image with the folders immediately under the main folder? I downloaded the ZIP file, but there was an error with the first image.
Hello, I have a similar problem with Visual Studio when I try to upgrade either the solution or the project files. I only use Windows Forms (I don't use Silverlight neither ASP). I get this in the upgrade log:
04:56:56: Running User Interface Version 12.2.20122.100004:56:56: Gathering volume and assembly information.04:56:56: Gathering volume and assembly information.04:56:56: Could not locate registry entry Software\Microsoft\Microsoft SDKs\Silverlight\v5.0\AssemblyFoldersEx where we look for installed products.04:56:57: Referencia a objeto no establecida como instancia de un objeto.04:56:57: en Infragistics.VersionUtilitySupport.Core.Product.IGProductManager.FindInstalledProductsUsingRegistry(String volumeToUpgradeTo, String clrToUpgradeTo)04:56:57: Could not locate registry entry Software\Microsoft\Microsoft SDKs\Silverlight\v5.0\AssemblyFoldersEx where we look for installed products.04:56:57: Referencia a objeto no establecida como instancia de un objeto.04:56:57: en Infragistics.VersionUtilitySupport.Core.Product.IGProductManager.FindInstalledProductsUsingRegistry(String volumeToUpgradeTo, String clrToUpgradeTo)04:57:37: Analyzing OrtsTorres.vbproj...04:57:37: The project has references that need to be updated.04:57:37: The project has publishfile entries that need to be updated.04:57:42: Updating OrtsTorres.vbproj...04:57:42: C:\ORTS TORRES\OrtsTorres\OrtsTorres\OrtsTorres.vbproj has been backed up.04:57:42: Updating Infragistics2.Win.Misc.v10.1 Version=10.1.20101.1007 to new reference Infragistics4.Win.Misc.v12.2. Version 12.2.20122.100604:57:42: Updating Infragistics2.Win.UltraWinEditors.v10.1 Version=10.1.20101.1007 to new reference Infragistics4.Win.UltraWinEditors.v12.2. Version 12.2.20122.100604:57:42: Updating Infragistics2.Shared.v10.1 Version=10.1.20101.1007 to new reference Infragistics4.Shared.v12.2. Version 12.2.20122.100604:57:42: No matching assembly located in available assemblies Infragistics2.Win.UltraChart.v10.1.Design04:57:42: en Infragistics.VersionUtilitySupport.Core.Product.AssemblyXmlFile.LocateNewAssembliesNodeforCurrentAssembly(String assemblyName) en Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Upgrade(String rootDirectory)
Thank you :)