Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 558051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:05:28+00:00 2026-05-13T12:05:28+00:00

I have inherited a new (old?) Winforms project and would like to put it

  • 0

I have “inherited” a new (old?) Winforms project and would like to put it onto our build server (Bamboo). That build server has only the absolute minimum (.NET 3.5 and not much more) installed, and we’d like to keep it that way.

As a first step, I extracted all the assembly files (*.dll) for the Infragistics components into a separate directory and referenced them from that local directory (instead of relying on them being installed in the GAC). Works OK.

But when I try to run this build on Bamboo (using MSBuild), I keep getting errors:

Properties\licenses.licx(1): error
LC0004: Exception occurred creating
type
‘Infragistics.Win.UltraWinToolbars.UltraToolbarsManager,
Infragistics2.Win.UltraWinToolbars.v7.2,
Version=7.2.20072.61, Culture=neutral,
PublicKeyToken=7dd5c3163f2cd0cb’
System.ComponentModel.LicenseException

After a bit of googling, it seems that those licenses.licx file in the projects are some kind of a licensing scheme to prevent the tools from being installed on several machines.

But how can I get rid of those so that my build server build will work, without installing the full Infragistics component set onto the build server (this is NOT an option)??

  • if I simply delete them from the projects, the build might work (haven’t tried yet), but then my design time experience will suffer / not work (which of the two?)
  • having the files around so that my design time experience works prevents the automatic build from running through….

Hmmm…. classic catch-22 – any way out of this??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:05:29+00:00Added an answer on May 13, 2026 at 12:05 pm

    The only way I found to solve this problem is this:

    • create an absolutely empty (0 byte length) file licenses.licx in my folder where the solution resides
    • during initial stages of the build, the source is extracted from my source repository
    • when the time comes, just before the build begins, I copy this empty licenses.licx over all the existing licenses.licx in the various projects’ Properties directory

    With this, now I have both my interactive experience working (since the proper licenses.licx files are present), but my automatic build also doesn’t break (since that empty licenses.licx file I copied over all the real ones doesn’t cause any aborts in the build)

    Seems a bit hackish – but it works. Hope that helps someone, somewhere, some day.

    Update: I added this BeforeBuild step to my MSBuild build file to copy the empty *.licx file to the locations I need:

    <Target Name="BeforeBuild">
       <CreateItem Include="licenses.licx">
           <Output TaskParameter="Include" ItemName="EmptyLicensesLicx" />
       </CreateItem>
    
       <Copy SourceFiles="@(EmptyLicensesLicx)" 
             DestinationFolder="(your-target-folder-here)" 
             ContinueOnError="true" />
    
    </Target>
    

    Since I need to replace this *.licx file in several places, I actually have several of those <Copy> tasks to achieve my goal.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to Linux and have inherited keeping our single linux server running. It's
I have inherited an old crusty PHP application , and I'd like to refactor
I have inherited a project that uses LLBLGen Pro for the DB layer. The
I have inherited a 20-year-old interactive command-line unix application that is no longer supported
I have inherited a VB6/Access application that we have developed and sold for many
I have inherited a poorly written web application that seems to have errors when
We have inherited an ant build file but now need to deploy to both
I have inherited a little C# method that creates an ADO.NET SqlCommand object and
I have inherited a project from a client, who believes he has all the
I have inherited a client site which crashes every 3 or 4 days. It

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.