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
5368
Visual Studio Team Services deploy
posted

We are migrating from on-prem TFS to Microsoft's hosted Visual Studio Team Services (visualstudio.com).  Since MSFT manages the agent instances, there is no ability for us to install Infragistics Ultimate onto the VM.  I don't know how their pipeline is architected.  There might not even be a VM.

Of course the builds are failing with the error:

district\My Project\licenses.licx (6, 0)

district\My Project\licenses.licx(6,0): Error LC0004: Exception occurred creating type 'Infragistics.Web.UI.NavigationControls.WebExplorerBar, Infragistics45.Web.v14.1, Version=14.1.20141.2283, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' System.ComponentModel.LicenseException: Unable to locate license assembly.

What is the recommended method for building and deploying using VSTS?

Parents
No Data
Reply
  • 2680
    Offline posted

    Hello Rob Hudson,

    Apologies for the delay.

    If you want to deploy your application without installing the product, this is possible. Basically you have to deploy the Infragistics assemblies your depend on. More information regarding this and other ways of deploying an application which uses our controls you can find in the topics listed here.

    Please let me know if you need further assistance.

    Best Regards,
    Tihomir Iliev
    Software Developer
    Infragistics, Inc.

Children