Hello,
Our project earlier used Infragistics Version 9.1 after we started developing now we have upgraded it to version 10.2 of Infragistics. Now when we try to build the same application we get lot of errors as below few in the vast errors I receive. Any help on this would be highly appreciable. Thanks.
Error 310 The type 'Infragistics.Win.UltraWinDock.UltraDockManager' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinDock.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 299 The type 'Infragistics.Win.UltraWinEditors.UltraCheckEditor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinEditors.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 300 The type 'Infragistics.Win.UltraWinEditors.UltraComboEditor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinEditors.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 301 The type 'Infragistics.Win.UltraWinToolbars.UltraToolbarsManager' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinToolbars.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 302 The type 'Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinMaskedEdit.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 303 The type 'Infragistics.Win.UltraWinEditors.UltraTextEditor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinEditors.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 304 The type 'Infragistics.Win.Misc.UltraLabel' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.Misc.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 305 The type 'Infragistics.Win.Misc.UltraLabel' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.Misc.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 309 The type 'Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinTabbedMdi.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
Error 311 Unable to resolve type 'Infragistics.Win.UltraWinCalcManager.UltraCalcManager, Infragistics2.Win.UltraWinCalcManager.v9.1, Version=9.1.20091.2023, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'
Were you able to upgrade your project to 2010 vol 2 successfully? Did you use Version Utility to upgrade your project. Please go through the below documentation which explains on how to use Version Utility.
http://help.infragistics.com/NetAdvantage/WinForms/2010.2/CLR2.0/?page=Win_Using_The_Version_Utility.html
When you see that your project is upgraded successfully then build your application. Let me know if you still get any errors.
Also, We are working on VS-2008 with Infragistics 10.2 (which was previously built with VS-2008 & Infragistics 9.1)
I was unable to upgrade using the version utility. I get the below errors while trying to upgrade it :
09:09:59: Gathering volume and assembly information.09:09:16: Analyzing TES.App.csproj...09:09:16: The following project needs to have its references updated: 09:09:20: Updating TES.App.csproj...09:09:20: TES.App.csproj has been backed up.09:09:20: Object reference not set to an instance of an object.09:09:20: at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Upgrade(String rootDirectory)