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
75
Azure DevOps build and Infragistics DLLs
posted

Hi,

I am trying to automate the build process using Azure DevOps Build agent. It is a Windows Forms application heavily depending upon Infragistics. Given below are some reference points related to development machines:

  1. Infragistics is installed at path C:\Program Files (x86)\Infragistics\2018.2\Windows Forms\CLR4.0\Bin\ and all the dlls are being referenced in the solution from the same path.
  2. Other third party dlls are referenced from an internal folder available under TFS

While working on the DevOps build, everything works fine except for the Infragistics references:

Build returns: error CS0246: The type or namespace name 'Infragistics' could not be found (are you missing a using directive or an assembly reference?) [D:\a\1\s\Code\International\Management Suite.csproj]

I did went through few forum threads but they did't help much:

https://ko.infragistics.com/community/forums/f/general/119509/license-and-install-for-hosted-build-agents-in-a-ci-pipeline

I really need help in configuring Infragistics so that build start working... Please help.


Thanks,
Asim