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?
Hello Raymond,
I consulted with the engineer who wrote the Version Upgrade Utility, and he said that there must be something in one of your solution or project files that refers to something in the Builds folder. He said that the Version Upgrade Utility only looks at the solution and project files when determining the files to upgrade.
Dave,
for what its worth i created a brand new project and solution with a single form and one infragistics control on it. I ran the version upgrade sucessfully....
i copied the builds folder from the other project to this new project and the version upgrade fails. This project can have absolutely no links to the builds folder as it only has one form with one control..
R
Hello,
How are you passing the solution to the Version Upgrade Utility? If you're passing in a solution or project file, then the Builds folder should be ignored by the Version Upgrade Utility. However, if you're passing in a WebSite, then the utility crawls the folder looking for items to upgrade.
I firstly tried the solution option and when that didn't work i tried the project option. I have never selected the website option
Could you ZIP up the sample solution with the Builds folder and post it here for us to look at?
no, as there are historical builds of the application at a point in time...
Do you want the Version Upgrade Utility to upgrade the web.config files in the Builds folder that reference our assemblies?
I have logged this as an issue with our development team.
Because of the way the Version Upgrade Utility is designed, your best solution is to move the "Builds" folder out of the solution folder when you upgrade the project. The utility looks through the folder tree for any web.config files and that's what's causing the issue.
You can send an email to support@infragistics.com. Make sure you include "CAS-48066-VCR31K" in the subject.