Skip to content

Azure DevOps Licence Issue

New Discussion
Rafael Salazar
Rafael Salazar asked on May 28, 2020 2:53 PM

When I publish my vb.net windows form project into Azure DevOps it gives me the following error (the X’s are redacted on purpose):

##[error]CommissionsReboot\My Project\licenses.licx(3,0): Error LC0003: Unable to resolve type ‘Infragistics.Win.UltraWinGrid.UltraGrid, Infragistics4.Win.UltraWinGrid.v19.2, Version=19.2.20192.302, Culture=neutral, PublicKeyToken=XXXXX’

The project runs fine when I debug and I have the following in the licenses.licx:

Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter, Infragistics4.Win.UltraWinGrid.ExcelExport.v19.2, Version=19.2.20192.302, Culture=neutral, PublicKeyToken=XXXXX
Infragistics.Win.UltraWinDock.UltraDockManager, Infragistics4.Win.UltraWinDock.v19.2, Version=19.2.20192.302, Culture=neutral, PublicKeyToken=XXXXX
Infragistics.Win.UltraWinGrid.UltraGrid, Infragistics4.Win.UltraWinGrid.v19.2, Version=19.2.20192.302, Culture=neutral, PublicKeyToken=XXXXX
Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar, Infragistics4.Win.UltraWinExplorerBar.v19.2, Version=19.2.20192.302, Culture=neutral, PublicKeyToken=XXXXX

Anybody have an idea on how to fix this?

Sign In to post a reply

Replies

  • 0
    Divya Jain
    Divya Jain answered on May 27, 2020 7:50 PM

    Hello Ragael,

    Thank you for your post. The license.licx file you mentioned here, has the reference of Infragistics control version 19.2.20192.302, do you have the same version/build installer on Azure DevOps? Maybe your development environment has the same version but on Azure DevOps you have a different version and that is why its throwing this issue.

    So here you can try something :

    1) Check the installed version of Infragistics control on Azure DevOps.
    2) On Azure DevOps from license.licx file remove all references of Infragistics control and build the sample again .

    I hope this will help to fix the issue.

    Thank you ,
    Divya Jain

    • 0
      Rafael Salazar
      Rafael Salazar answered on May 27, 2020 8:33 PM

      Divya,

      Thanks for answering.

      1) I'm not using nuget references so I would assume infragistics doen't need to be in artifacts. Am I supposed to install them a different way on Azure DevOps before I commit?

      2) If i remove the references, it throws a bunch of errors on the methods I use infragistics.

      • 0
        Divya Jain
        Divya Jain answered on May 27, 2020 9:06 PM

        Hello Rafael,

        Thank you for the update. I am not talking about nuget packages , I am talking about dlls , how you are refereeing the dlls into the project on Azure DevOps?

        And about removing the references , I am asking to remove the references from the licenses.licx only.

        In the licenses.licx file , if you have the references of Infragistics controls only them you can simply remove all the content of this file, and save the project , rebuilt it.

        -Divya Jain

      • 0
        Rafael Salazar
        Rafael Salazar answered on May 28, 2020 1:33 PM

        Divya,

        Looks like my issue was that I wasn't referencing the dlls correctly like you said since the bin folder was not being copied. I created a new folder, added the dlls there, then referenced the dlls from that new folder instead and it let me publish with no errors. Thank you for your assistance!

      • 0
        Divya Jain
        Divya Jain answered on May 28, 2020 2:53 PM

        Hello,

        Thank you for the update. Glad that you fixed the issue.

        -Divya Jain

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Rafael Salazar
Favorites
0
Replies
5
Created On
May 28, 2020
Last Post
5 years, 9 months ago

Suggested Discussions

Created by

Created on

May 28, 2020 2:53 PM

Last activity on

Feb 24, 2026 9:36 PM