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.
You have old references to 9.1 version. With the 10.2 version you get the version utility. Use it to upgrade your project properly.