Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Problem using version utility 2012.2
posted

Hello,

We plan to upgrade one of our applications from Infragistics 2008.3 to 2012.2. While doing a tryout, we get stuck on one solution. This solution consists out of 13 different projects. All of them are getting upgraded properly, except one.

This is the logfile we receive:
02:20:34: Analyzing ErgomedOnline.Common.csproj...
02:20:34: The project has references that need to be updated.
02:20:36: Gathering volume and assembly information.
02:20:39: Updating ErgomedOnline.Common.csproj...
02:20:39: C:\EOMInfra\trunk\microsoft\ErgomedOnline\src\ErgomedOnline.Common\ErgomedOnline.Common.csproj has been backed up.
02:20:39: Updating Infragistics4.Shared.v12.2 Version=12.2.20122.1006 to new reference Infragistics4.Shared.v12.2. Version 12.2.20122.1006
02:20:39: Updating Infragistics4.Win.Misc.v12.2 Version=12.2.20122.1006 to new reference Infragistics4.Win.Misc.v12.2. Version 12.2.20122.1006
02:20:39: No matching assembly located in available assemblies Infragistics4.Win.UltraChart.v12.2.Design
02:20:39:    at Infragistics.VersionUtilitySupport.Core.Product.AssemblyXmlFile.LocateNewAssembliesNodeforCurrentAssembly(String assemblyName)
   at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Upgrade(String rootDirectory)

Things i have tried until now:
1. Upgrading the full solution, as well as project by project
2. Empty the license.licx file

Thanks in advance!

  • 18495
    Suggested Answer
    posted

    Hello Roel,

    Thank you for contacting Infragistics.

    From the log file you have provided, it seems your project is referencing one of our Design DLLs.  Our Design DLLs are only intended to be used by Visual Studio while you have the designers open.  They are not intended to be distributed with your application and for that reason the Version Utility has not been designed to handle them.  Please remove any Design DLLs from your project and run the upgrade again.