Trying to upgrade a major product from Infragistics 8.2 to 11.1. The upgrade utility fell over uselessly so I have attempted the upgrade manually. So far so good.
I have one problem however -
Error 42 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.v8.1, Version=8.1.20081.2150, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. D:\LaytonProducts\AuditWizard\Layton Framework\Cab\Interface\LaytonWorkItemController.cs 75 17 Layton.Cab.Interface
Hello,
cmdrew, since your project is using CAB (Composite Application Block), you'll need to install the 11.1 version of the CAB assemblies. Those assemblies are not installed with the regular NetAdvantage assemblies. You will need to install the samples for 11.1 in order to have the 11.1 CAB assemblies.
Pete, your project might be referencing another project that is using the older version. You'll need to make sure that all of the projects are using the same version of NetAdvantage.
smudgedlens, make sure that the licences.licx file for each project in your solution is emptied out so Visual Studio can populate it with the proper data for the new version of NetAdvantage you're using.
HI Dave,
i am upgrading Infragistics from version 11.1 to 14.2 , evnthough i have replaced all the dll's correspondingly , i am getting the below error i am not able to debug it , i am using "Infragistics.Practices.CompositeUI.WinForms" reference along with all 14.2 dlls , kindly help.
Error 6 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.v11.1, Version=11.1.20111.2009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. C:\softwares\T3G\src\Infrastructure\Infrastructure.Library\UI\Views\T3gSearchEditViewBase.Designer.cs 336 82 Infrastructure.Library
Error 5 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.v11.1, Version=11.1.20111.2009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'. C:\softwares\T3G\src\Infrastructure\Infrastructure.Library\UI\Controls\StateMenuControl.designer.cs 127 91 Infrastructure.Library .
Hello ,
It seem that the error which you are getting is because of the different version between Infragistics CAB and your application, so first you should build Infragistics CAB from 14.2 and then use the built assemblies in your application.
Please let me know if you have any further questions.