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
230
Upgrade project utility from 9.1 to 10.3
posted

Hi,

In process of upgrading our project we get the following error(see. below). What we can do with it?

 

08:01:02: Updating Infragistics2.Shared.v9.1 to new reference Infragistics2.Shared.v10.3.

08:01:02: Updating Infragistics2.Win.Misc.v9.1 to new reference Infragistics2.Win.Misc.v10.3.

08:01:02: Updating Infragistics2.Win.UltraWinDataSource.v9.1 to new reference Infragistics2.Win.UltraWinDataSource.v10.3.

08:01:02: Updating Infragistics2.Win.UltraWinDock.v9.1 to new reference Infragistics2.Win.UltraWinDock.v10.3.

08:01:02: Updating Infragistics2.Win.UltraWinEditors.v9.1 to new reference Infragistics2.Win.UltraWinEditors.v10.3.

08:01:02: Updating Infragistics2.Win.UltraWinExplorerBar.v9.1 to new reference Infragistics2.Win.UltraWinExplorerBar.v10.3.

08:01:02: No matching assembly located in available assemblies Infragistics2.Win.UltraWinGrid.v9.1

08:01:02:    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)

 

Parents
No Data
Reply
  • 35
    posted

    I'm currently having a similar issue (going from 2009.2 to 2010.3).

    I'm posting my log below aswell (seeing how these issues are probably related), hopefully you can solve both problems with one solution.

    Log:

    10:27:16: Updating Infragistics2.Documents.v9.2 to new reference Infragistics2.Documents.v10.3.
    10:27:16: Updating Infragistics2.Excel.v9.2 to new reference Infragistics2.Excel.v10.3.
    10:27:16: Updating Infragistics2.Shared.v9.2 to new reference Infragistics2.Shared.v10.3.
    10:27:16: Updating Infragistics2.Win.Misc.v9.2 to new reference Infragistics2.Win.Misc.v10.3.
    10:27:16: Updating Infragistics2.Win.UltraWinDataSource.v9.2 to new reference Infragistics2.Win.UltraWinDataSource.v10.3.
    10:27:16: Updating Infragistics2.Win.UltraWinDock.v9.2 to new reference Infragistics2.Win.UltraWinDock.v10.3.
    10:27:16: Updating Infragistics2.Win.UltraWinEditors.v9.2 to new reference Infragistics2.Win.UltraWinEditors.v10.3.
    10:27:16: Updating Infragistics2.Win.UltraWinExplorerBar.v9.2 to new reference Infragistics2.Win.UltraWinExplorerBar.v10.3.
    10:27:16: Updating Infragistics2.Win.UltraWinGrid.DocumentExport.v9.2 to new reference Infragistics2.Win.UltraWinGrid.DocumentExport.v10.3.
    10:27:16: Updating Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2 to new reference Infragistics2.Win.UltraWinGrid.ExcelExport.v10.3.
    10:27:16: No matching assembly located in available assemblies
    Infragistics2.Win.UltraWinGrid.v9.2
             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)

    Perhaps I should also mention that I installed 2010.3 without previously uninstalling 2009.2

Children
No Data