Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2700
Upgrading v8.2 to 11.1
posted

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

There are no references anyway in my solution to v8.2 on Infragistics now however I do have a reference to
Infragistics.Practices.CompositeUI.WinForms
This I assume is the problem as this will still be the v8.2 version.  I have looked all over but cannot find a v11.1 version of this file and of its dependancies.  
Please help ASAP as I can't get any further.

Parents
No Data
Reply
  • 18495
    Suggested Answer
    posted

    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.

Children