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
560
Installing Infragistics - Several products
posted

We have had a problem when installing Infragistics 17.2.  It seems that based on when someone installs the product they get assemblies with different version numbers.  All our developers are getting slightly different versions of the assemblies based on when they install.  We are not clicking on the button to download the installer anymore, and that seemed to help when most of us were updating at the same time.

The problem is we needed to create a new build server and when the install ran, it installed a version of 17.2.20172.2115.  Our project files want version 17.2.20172.2206.

This results in our builds failing with the following error:

2019-03-26T13:37:55.2095548Z My Project\licenses.licx(1): error LC0003: Unable to resolve type 'Infragistics.Win.UltraWinGrid.UltraGrid, Infragistics4.Win.UltraWinGrid.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2096108Z My Project\licenses.licx(2): error LC0003: Unable to resolve type 'Infragistics.Win.UltraWinEditors.UltraComboEditor, Infragistics4.Win.UltraWinEditors.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2096946Z My Project\licenses.licx(3): error LC0003: Unable to resolve type 'Infragistics.Win.Misc.UltraGroupBox, Infragistics4.Win.Misc.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2097708Z My Project\licenses.licx(4): error LC0003: Unable to resolve type 'Infragistics.Win.UltraWinTabControl.UltraTabControl, Infragistics4.Win.UltraWinTabControl.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2098318Z My Project\licenses.licx(5): error LC0003: Unable to resolve type 'Infragistics.Win.UltraWinStatusBar.UltraStatusBar, Infragistics4.Win.UltraWinStatusBar.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2098882Z My Project\licenses.licx(6): error LC0003: Unable to resolve type 'Infragistics.Win.Misc.UltraButton, Infragistics4.Win.Misc.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2099413Z My Project\licenses.licx(7): error LC0003: Unable to resolve type 'Infragistics.Win.Misc.UltraExpandableGroupBox, Infragistics4.Win.Misc.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2099995Z My Project\licenses.licx(8): error LC0003: Unable to resolve type 'Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter, Infragistics4.Win.UltraWinGrid.ExcelExport.v17.2, Version=17.2.20172.2006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' [E:\Agents-2018\8\s\V2018-NAP-A\VSSolution\QicLinkWinUtility\QicLinkWinUtility.vbproj]
2019-03-26T13:37:55.2100352Z

Parents
No Data
Reply
  • 34430
    Offline posted

    Hello Andrew,

    I have been investigating into the behavior you are seeing, and it sounds like what is happening in this case is that when running the installer and choosing the products that you want to have installed, the checkbox that determines whether or not to install the latest patch is likely being left checked. This is assuming you are also running the Platform Installer – if you aren’t, please let me know.

    If you are, there is a checkbox switch under a section with the header, “Updates” that is checked by default. If this checkbox is left checked, the Platform Installer will install the latest patch for 17.2 at the time, which, for Windows Forms, is version 2115. Unchecking this will install the base-version of that particular toolset. If you already have installed version 2115, I would recommend uninstalling and re-installing the base-version. See the attached screenshot for where this checkbox is.

    After installing the base-version, you will then need to go out and get the service release installer as the Platform Installer depicted in the screenshot will only allow you to install either the base or the latest version. This service release installer can be retrieved from the My Keys and Downloads page on your account. After clicking the 17.2 product that you are registered to, a new set of tabs will open, where one will read “Service Releases.” The service release for 17.2.20172.2006 will be under that tab for download and then you can run that corresponding installer.

    Please let me know if you have any other questions or concerns on this matter.

Children
No Data