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 ,
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.
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,
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.
I upgraded a project from 10.3 to 11.1 using the version utility, in my references I don't have any visible 10.3 references and all the .licx files contain references to 11.1; however, I get this error after deploying my application to the end user:
Could not load file or assembly 'Infragistics2.Win.UltraWinGrid.v10.3, Version=10.3.20103.2094, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
When I run the compiled version on my end, when I go to our About Box I can see that the code is still referencing the 10.3 version; even though, I upgraded the solution (and projects) to the latest release of 11.1.x.x
Yeah, I'm experiencing a similar issue. Upgraded a project from v8.1 to v11.1. I manually deleted all the references to v8.1 and added v11.1 references. The project built successfully then. However, it seems that whenever I close the solution and re-open it, the references break and I have to re-add them. I am using Source Control and the solution is being accessed by multiple developers. All of the references have had Specific Version set to True. Any ideas why the references keep breaking?
Here is error I'm getting (one of many for all of the classes that use the assembly):
The type or namespace name 'Infragistics' could not be found (are you missing a using directive or an assembly reference?)