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
205
Azure DevOps Licence Issue
posted

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?

Parents Reply Children
No Data