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)
Were you able to resolve your isse?
There are some known issue with Version Utility and they are all fixed in the latest service release of 2010 volume 2. I would suggest you to install the latest service release.
Also, if your solution file has more than one project and if one of the projects is a set up (Deployment project), I would recommend you to exclude that project from your solution and then upgrade the solution.
I have also seen this issue when there are designer dlls referenced in your project. Designer dlls are not required to be referenced.
Also check if you have any dlls which do not have version numbers in it like Infragistics.UIElementViewer or Infragistics.practices etc.
Let me know if it resolves your issue.