Jump to content
Software FX Community

Build issues - license file error


tfmillet

Recommended Posts

I am trying to test how we would build our projects using this library.  Everything works fine on my development machine, after installing the beta download package.  I have copied the project files to another machine, where I did not install ChartFX.

I have copied ChartFX.WPF.dll and ChartFX.WPF.Design.dll to a folder on the new machine, and added a project reference to them.  I also have a licenses.licx file in my project's Properties folder, which has the following entry:

ChartFX.WPF.Chart, ChartFX.WPF, Version=0.8.2957.30556, Culture=neutral, PublicKeyToken=a1878e2052c08dce

 However, when I try to build the project on the new machine, I get the following error:

Properties\licenses.licx(1): error LC0004: Exception occurred creating type 'ChartFX.WPF.Chart, ChartFX.WPF, Version=0.8.2957.30556, Culture=neutral, PublicKeyToken=a1878e2052c08dce' System.ComponentModel.LicenseException: Couldn't get Design Time license for 'ChartFX.WPF.Chart'

 Any insights as to how I can fix this?

Thanks,

Todd M

 

 

Link to comment
Share on other sites

I am assuming that builds can only occur if the machine has run the ChartFX install, and that since my other machine does not have ChartFX installed, that is the source of the error.  Is that correct?

 If so, does that mean that every one of our build machines would have to actually install ChartFX?

Other charting libraries we have used have allowed us to put the referenced component DLL on the build machine as part of downloading the project source,  and have not required an actual install of the product.  This is important for us, since our build process will randomly choose an available machine to download code to and build on, based on available resources.  If an install is required on every build machine, that could be a problem.

 Any info would be appreciated.

Todd M

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...